Shell Mode

Shell Mode is Stakpak’s built-in terminal designed to handle interactive shell commands that require real-time user input, such as password prompts or confirmations. It allows you to run commands that pause for user decisions or credentials.

To start Shell Mode, simply type $

When to use shell mode?

Use Shell Mode when your command:

  • Requires sudo or elevated permissions

  • Prompts for a password

  • Asks for yes/no confirmation

  • Launches an interactive script

Last updated