-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
It would be nice to have a config system for trellis-cli itself. This means both a global config (likely in homedir) and local config overrides per project (in .trellis/config.yml
). Right now there's probably only one global flag which is disabling virtualenv. However this feature would also allow us to build some more verbose logging output.
The ideal solution to global flags and config values would follow the standard precedence feature of CLIs:
- explicit CLI flag
- local config (if exists)
- global config
Metadata
Metadata
Assignees
Labels
No labels