CLI: add --no-profile option#4043
Conversation
Disables default profile loading. Mutually exclusive with `--profile`. Supported by the following commands: * `dstack apply` (run configurations only) * `dstack preset create|apply` * `dstack offer`
peterschmidt85
left a comment
There was a problem hiding this comment.
Look good to me from UX point of view
But also think of supporting NO_DSTACK_PROFILE=1 for consistency?
A bit tricky in terms of precedence, I landed on:
That is,
|
Can be made mutually exclusive? |
|
Disables default profile loading. Mutually exclusive with
--profile.Supported by the following commands:
dstack apply(run configurations only)dstack preset create|applydstack offer