akka services
Manage and deploy services on Akka.
Synopsis
The akka services
commands are used to manage and modify the services in your Akka project.
Options inherited from parent commands
--cache-file string location of cache file (default "~/.akka/cache.yaml") --config string location of config file (default "~/.akka/config.yaml") --context string configuration context to use --disable-prompt Disable all interactive prompts when running akka commands. If input is required, defaults will be used, or an error will be raised. This is equivalent to setting the environment variable AKKA_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 Akka APIs. This is useful when behind corporate firewalls that decrypt traffic but don't support HTTP/2. -v, --verbose set verbose output
SEE ALSO
-
akka - Akka control
-
akka services apply - Applies a service descriptor to the currently configured project.
-
akka services components - Manage the components of a service.
-
akka services connectivity - Summarize all services connectivity and status.
-
akka services data - Manage the data of a service.
-
akka services delete - Delete a service.
-
akka services deploy - Deploys a service to the currently configured project.
-
akka services edit - Edits a service descriptor in the currently configured project.
-
akka services export - Exports a service as its service descriptor
-
akka services expose - Expose a service.
-
akka services get - Describe a specific service.
-
akka services jwts - Manage JWTs.
-
akka services list - List all services.
-
akka services pause - Pauses a service, scaling it to zero.
-
akka services proxy - Create an HTTP proxy to a service.
-
akka services restart - Restarts all service instances using the newest image.
-
akka services restore - Restores a service that was deleted in the past two weeks.
-
akka services resume - Resumes a service, scaling it back up.
-
akka services unexpose - Unexpose a service.
-
akka services views - Manage views.