codeflare-sdk icon indicating copy to clipboard operation
codeflare-sdk copied to clipboard

CLI (and SDK) Unnecessary yaml rewrites

Open Maxusmusti opened this issue 1 year ago • 0 comments

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.

Maxusmusti avatar Aug 03 '23 16:08 Maxusmusti