kalix services
Manage and deploy services on Kalix.
Synopsis
The kalix services
commands are used to manage and modify the services in your Kalix project.
Options inherited from parent commands
--cache-file string location of cache file (default "~/.kalix/cache.yaml") --config string location of config file (default "~/.kalix/config.yaml") --context string configuration context to use --disable-prompt Disable all interactive prompts when running kalix commands. If input is required, defaults will be used, or an error will be raised. This is equivalent to setting the environment variable KALIX_DISABLE_PROMPTS to true. -o, --output string set output format to one of [text,json,go-template=] (default "text") -q, --quiet set quiet output (helpful when used as part of a script) --timeout duration client command timeout (default 10s) --use-grpc-web use grpc-web when talking to Kalix APIs. This is useful when behind corporate firewalls that decrypt traffic but don't support HTTP/2. -v, --verbose set verbose output
SEE ALSO
-
kalix - Kalix control
-
kalix services apply - Applies a service descriptor to the currently configured project.
-
kalix services components - Manage the components of a service.
-
kalix services delete - Delete a service.
-
kalix services deploy - Deploys a service to the currently configured project.
-
kalix services edit - Edits a service descriptor in the currently configured project.
-
kalix services export - Exports a service as its service descriptor
-
kalix services expose - Expose a service.
-
kalix services get - Describe a specific service.
-
kalix services jwts - Manage JWTs.
-
kalix services list - List all services.
-
kalix services pause - Pauses a service, scaling it to zero.
-
kalix services proxy - Create an HTTP proxy to a service.
-
kalix services restart - Restarts all service instances using the newest image.
-
kalix services restore - Restores a service that was deleted in the past two weeks.
-
kalix services resume - Resumes a service, scaling it back up.
-
kalix services unexpose - Unexpose a service.
-
kalix services views - Manage views.