Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
shell_session

shell_session

Function
Arg Description Type
argv Argv to run the command with. list of string (required)
env Environment variables to launch with. ordereddict.Dict
cwd If specified we change to this working directory first. string
secret The name of a secret to use. string
name The name of the shell session. If the session already exists, we just return a handle to it. string

Required permissions: EXECVE

Description

Recreate or retrieve a shell session handle.