You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that group support is there for the power command but it used to be available for deploy/destroy. Can this be added back in please?
[root@openflight-compute-builder [OpenFlight Hub] ~]# flight cloud --version
cloud 1.2.4
[root@openflight-compute-builder [OpenFlight Hub] ~]# flight cloud list-groups
- all
- compute
- login
- nodes
[root@openflight-compute-builder [OpenFlight Hub] ~]# flight cloud destroy -g nodes
cloud: invalid option: -g
Usage:
SYNOPSIS:
cloud destroy NAME
DESCRIPTION:
Destroys the deployment on the providers platform and flags it
as offline. This action does not remove the configuration file,
allowing it to be redeployed easily.
Once the deployment is offline, the configuration file can be
permanently removed using the 'delete' command.
[root@openflight-compute-builder [OpenFlight Hub] ~]# flight cloud power status -g nodes
node01: running
node02: running
The text was updated successfully, but these errors were encountered:
It seems that group support is there for the
power
command but it used to be available fordeploy
/destroy
. Can this be added back in please?The text was updated successfully, but these errors were encountered: