tensorkube deployment
--help BOOL
[default: false]: Show this message and exit.list
: List all deployments running and recently stopped along with their status
describe
: List details of a deployment including the status, url and the latest ready revision.
delete
: Delete a deployment.
logs
: Stream logs for a specific deployment if it is in the running state.
ssh
: SSH into the instances of a specific deployment.
tensorkube deployment list
--env TEXT
: Environment to list the services from.
--all BOOLEAN
[default: False]: List all services from all environments.
--old BOOLEAN
[default: False]: List older sslip urls for using as hosts if you are on an older version.
--help BOOL
[default: false]: Show this message and exit.
tensorkube deployment describe
<SERVICE_NAME>
(TEXT): No description available.--env TEXT
: Environment to describe the deployment from.
--help BOOL
[default: false]: Show this message and exit.
tensorkube deployment delete
<SERVICE_NAME>
(TEXT): No description available.--env TEXT
: Environment to describe the deployment from.
--help BOOL
[default: false]: Show this message and exit.
tensorkube deployment logs
<SERVICE_NAME>
(TEXT): No description available.--env TEXT
: Environment to list the services from.
--help BOOL
[default: false]: Show this message and exit.
tensorkube deployment ssh
<SERVICE_NAME>
(TEXT): No description available.--env TEXT
: Environment to list the services from.
--help BOOL
[default: false]: Show this message and exit.