Get an autoscale configuration or policy of a service.
Code
kraft cloud scale get [FLAGS] UUID|NAME
Examples
Code
# Get an autoscale configuration by UUID of a service$ kraft cloud scale get fd1684ea-7970-4994-92d6-61dcc7905f2b# Get an autoscale configuration by name of a service$ kraft cloud scale get my-service# Get an autoscale policy by UUID of a service$ kraft cloud scale get fd1684ea-7970-4994-92d6-61dcc7905f2b --policy my-policy# Get an autoscale policy by name of a service$ kraft cloud scale get my-service --policy my-policy
Options
Code
-h, --help help for get -o, --output string Output format (default "list") -p, --policy string Get a policy instead of a configuration