sp shell
Open an interactive REPL session to run multiple commands without repeated authentication.
Usage
When to use it
Most sp commands require your master password for authentication. If you need to run several commands in a row — for example during a maintenance window — enter your password once with sp shell and then run commands without re-authenticating.
Inside the shell
Exiting the shell
Type exit or press Ctrl+D to close the shell session.
Best practices
- Use
sp shellduring planned maintenance windows to run multiple commands efficiently - Do not leave a shell session open unattended — exit when you are done
- The shell session does not persist between terminal connections