northflank get service
Gets information about the given service
Subcommands
Name | Description |
---|---|
deployment | Gets information about the deployment of the given service |
logs, log | Get log for the specified service |
metrics, metric | Get metrics for the specified service |
build-logs, build-log | Get log for the specified service |
build-metrics, build-metric | Get metrics for the specified service |
ports | Lists the ports for the given service |
health-checks | Lists the health checks for the given service |
builds | Lists the builds for the service |
build | Gets information about a build for the service |
containers | Gets a list of containers for the given service |
branches, branch, brn | Gets information about the branches of the given service |
pull-requests | Gets information about the pull-requests of the given service |
build-arguments | Gets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed |
build-argument-details | Get details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read' |
runtime-environment | Gets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed |
runtime-environment-details | Get details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read' |
help | Display help for command |
Options
Name | Description |
---|---|
--verbose | Verbose output |
--quiet | No console output |
--service, --serviceId <SERVICEID> | ID of the service, example: example-service |
--project, --projectId <PROJECTID> | ID of the project, example: default-project |
--noDefaults | OPTIONAL: Don't use context default values, explicitly use options or ask |
-o, --output <OUTPUT> | OPTIONAL: Output formatting, options: '--output json|yaml' |
-h, --help | Display help for command |