v1.17.0

Commands

Every Envpilot command in the VS Code palette, generated from the extension manifest.

Commands

Everything below is available from the command palette (Cmd+Shift+P / Ctrl+Shift+P) by typing Envpilot.

Generated from the manifest

This table is generated from contributes.commands in the extension's package.json. It cannot list a command that does not ship, and it cannot miss one that does.

Command palette entryCommand id
Envpilot: Sign Inenvpilot.signIn
Envpilot: Sign Outenvpilot.signOut
Envpilot: Link Projectenvpilot.linkProject
Envpilot: Unlink Projectenvpilot.unlinkProject
Envpilot: Pull Variablesenvpilot.pullVariables
Envpilot: Refreshenvpilot.refresh
Envpilot: Open Dashboardenvpilot.openDashboard
Envpilot: Show Statusenvpilot.showStatus
Envpilot: Add Directoryenvpilot.addDirectory
Envpilot: Remove Directoryenvpilot.removeDirectory
Envpilot: Select Environmentsenvpilot.selectEnvironments
Envpilot: Request Variableenvpilot.requestVariable
Envpilot: Install Commit Guard Hookenvpilot.installCommitGuard
Envpilot: Remove Commit Guard Hookenvpilot.removeCommitGuard
Envpilot: Open Dashboard Panelenvpilot.openDashboardPanel
Envpilot: Switch Accountenvpilot.switchAccount
Envpilot: Sign Out of All Accountsenvpilot.signOutAll
Envpilot: Toggle Value Cloakingenvpilot.toggleCloaking
Envpilot: Reveal Values for 30 Secondsenvpilot.revealValues

Keybindings#

Cmd+C / Ctrl+C and Cmd+X / Ctrl+X are intercepted inside Envpilot-managed files when the clipboard guard is active. The binding is scoped by a context key, so it never affects any other file you have open.

Limits#

  • There is no command to upload a secret file — the extension writes them, the CLI and dashboard manage them.
  • Commands that reveal values check your role at invocation, so a keybinding or URI cannot bypass the palette's visibility rules.