Accéder directement au contenu
Créez un compte
ou
connectez-vous
Le logo de la documentation Stripe
/
Demander à l’IA
Créer un compte
Connectez-vous
Commencer
Paiements
Revenus
Plateformes et places de marché
Gestion des fonds
Ressources de développement
Aperçu
Contrôle de version
Journal des modifications
Mettre à niveau votre version de l'API
Mettre à niveau votre version de la trousse SDK
Essentials
Trousses SDK
API
Test
Interface de ligne de commande Stripe
Exemples de projets
Outils
Workbench
Dashboard des développeurs
Shell Stripe
    Aperçu
    Commencer
    Raccourcis clavier
Stripe pour Visual Studio Code
Fonctionnalités
Processus
Destinations des événements
Alertes sur la santé de StripeTéléversements de fichier
Solutions d'IA
Boîte à outils des agents
Modèle Contexte Protocole
Sécurité et confidentialité
Sécurité
Confidentialité
Étendez Stripe
Créer des applications Stripe
Utiliser les applications de Stripe
Partenaires
Partner ecosystem
Certification des partenaires
AccueilRessources de développementStripe Shell

Keyboard shortcuts in the Stripe Shell

Learn about the keyboard shortcuts available for the Stripe Shell.

This page describes the keyboard shortcuts available for the Stripe Shell.

Expand and minimize the command-line terminal

To open or minimize the command-line terminal:

  • Press the Control + Backtick (on Windows, Linux, and macOS) keys on your keyboard.

Use command-line completion

To use command-line completion, start typing stripe and press the spacebar key:

  • To go to the next suggestion, start typing a command and press the Tab (on Windows, Linux, and macOS) key on your keyboard.
  • To go to the previous suggestion, start typing a command and press the Shift + Tab (on Windows, Linux, and macOS) key on your keyboard.
  • Press the Enter (on Windows, Linux, and macOS) key on your keyboard to fill the command prompt with the selected command.

Remarques

In addition to using the keyboard, you can also click command suggestions with your mouse.

Copy and paste text

To copy and paste text at your cursor location:

  • To copy some text, select the text in the terminal display using your mouse and press Control + C (on Windows or Linux) or Command + C (on macOS) on your keyboard.
  • To paste some text, press Control + V (on Windows or Linux) or Command + V (on macOS) on your keyboard.

Remarques

In addition to using the keyboard, you can also copy a Stripe resource identifier (for example, prod_87dMmhDYE67) directly by clicking the copy icon.

Navigate through command history

To navigate through the command prompt history and fill the command prompt with the selected command:

  • To go to the previous command, use the Up Arrow (on Windows, Linux, or macOS) arrow key on your keyboard.
  • To go to the next command, use the Down Arrow (on Windows, Linux, or macOS) arrow key on your keyboard.
  • Press the Enter key on your keyboard to run the selected command.

Move one character at a time

To move the cursor position left or right by one character:

  • To shift the cursor to the left, either press Left Arrow or Control + B (on Windows, Linux, or macOS) keys on your keyboard.
  • To shift the cursor to the right, either press Right Arrow or Control + F (on Windows, Linux, or macOS) keys on your keyboard.

Jump to the beginning and end of the command prompt

To move the cursor to the beginning or end of the command prompt:

  • To jump to the beginning of the command prompt, press the Control + Left Arrow (on Windows or Linux) or Command + Left Arrow keys (on macOS) on your keyboard and insert some text at the cursor.
  • To jump to the end of the command prompt, press the Control + Right Arrow (on Windows or Linux) or Command + Right Arrow (on macOS) keys on your keyboard and insert some text at the cursor.

Delete one word at a time in the command prompt

To delete a word that precedes the cursor in the command prompt:

  • Press the Control + W (on Windows, Linux, or macOS) keys on your keyboard.

Delete one character at a time

To delete one character at a time in either direction:

  • To delete the character at the cursor, press the Control + D (on Windows, Linux, or macOS) keys on your keyboard.
  • To delete one character before the cursor, press the Backspace (on Windows, Linux, or macOS) key on your keyboard.

Remove characters from the cursor to the end of the prompt

To trim the text at the cursor prompt to the end of the cursor prompt:

  • Press the Control + K (on Windows, Linux, or macOS) keys on your keyboard.

Clear the command prompt

To clear the command prompt:

  • Press the Control + U (on Windows, Linux, or macOS) keys on your keyboard. This resets the cursor to the beginning of the command prompt.

Open a new terminal pane

To open a new pane in the command-line terminal:

  • Press the Alt + Shift + D (on Windows, Linux) or Command + D (on macOS) keys on your keyboard.

Remarques

In addition to using the keyboard, you can also click the New pane icon in the top-right corner of the terminal window.

Navigate between open terminal panes

To go to the left or right open terminal panes:

  • To go to the left pane, press Control + [ (on Windows or Linux) or Command + [ (on macOS) on your keyboard.
  • To go to the right pane, press Control + ] (on Windows or Linux) or Command +] (on macOS) on your keyboard.

Remarques

In addition to using the keyboard, you can simply click a pane directly.

Clear the terminal pane

To empty the terminal pane and clear all previously-run commands and their responses:

  • Press the Control + L (on Windows or Linux) or Command + K (on macOS) keys on your keyboard.

Remarques

In addition to using the keyboard, you can simply type clear.

Cette page vous a-t-elle été utile?
OuiNon
  • Besoin d'aide? Contactez le service d'assistance.
  • Rejoignez notre programme d'accès anticipé.
  • Consultez notre journal des modifications.
  • Des questions? Contactez l'équipe commerciale.
  • GML? Lire llms.txt.
  • Optimisé par Markdoc