Open
Description
What is the new feature about?
- When no deckfile is specified, i.e. running with
deck get .
, the output is[INFO] Reading Deckfile: .
. This could be changed to[INFO] Reading Deckfile: deck.yaml
, asdeck.yaml
is the default. - When a local cluster already exists, the output of
get
is[INFO] Cluster already exists, starting it
. This could be enhanced so that the clustername is included, such as it is when a new cluster is created.
Why would such a feature be important to you?
Minor output improvements in the vein of "explicit is more implicit"
Anything else we need to know?
No response