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
As a developer
I can specify a a global configuration file
so I do not have to specify my favorite command line options on every invocation of stevedore across repositories/projects
ℹ️ Notes
Since stevedore has several command line flags, it would be nice to support a configuration file, so preferred behavior could be based on a central configuration
The configuration file could control:
exclusion
inclusion
colors
color output
color inversion
verbosity
debug level
path to global ignore file
full path output
no full path output
The configuration file could be located in:
$HOME/.config/stevedore.json
or in a local repository as .stevedore.json
The local file could have precedence over the global one
🔤 User Story
ℹ️ Notes
$HOME/.config/stevedore.json
.stevedore.json
🆗 Acceptance Criteria
$HOME/.config/
$HOME/.config/stevedore.json
➡️ Resources and References
The text was updated successfully, but these errors were encountered: