northflank command-exec service
Command exec for the specified service
Options
Name | Description |
---|---|
--verbose | Verbose output |
--quiet | No console output |
--project, --projectId [NAME] | Project for exec |
--service, --serviceId [NAME] | Service to exec into |
--container, --containerId [NAME] | Container to exec into (random container will be chosen if not specified) |
--shell-cmd [SHELL-CMD] | Run command with shell (e.g. bash,sh). If not set and no command is provided, several standard shells will be attempted. If not set and a command is provided, the command will run without shell |
--user [USER] | Run command with this user |
--group [GROUP] | Run command with this group |
--noDefaults | Don't use context default values, explicitly use options or ask |
--cmd, --command [COMMAND] | Command to execute, if --shell option is present, it will run in the specified shell, otherwise |
-h, --help | Display help for command |