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
Currently, when calling using the CLI's status or details commands, they will also write the cluster's AW back to current dir, since get_cluster() recreates the Cluster object. Perhaps we should have a Cluster creation option that doesn't actually generate the AW (just stores values in cluster/config object memory)? That way it can get consumed by get_cluster() optionally, and the CLI can then use that.
The text was updated successfully, but these errors were encountered:
Currently, when calling using the CLI's
status
ordetails
commands, they will also write the cluster's AW back to current dir, sinceget_cluster()
recreates theCluster
object. Perhaps we should have aCluster
creation option that doesn't actually generate the AW (just stores values in cluster/config object memory)? That way it can get consumed byget_cluster()
optionally, and the CLI can then use that.The text was updated successfully, but these errors were encountered: