-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cmd:applyRelates to the `apply` subcommandRelates to the `apply` subcommandconfigurationTelling the program what to doTelling the program what to doenhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
apply and its configuration file should support the following uses:
- Specifying the profile to use for a repository (when
--profileisn't given on the command line) in the configuration file - Specifying a collection of repositories to operate on when some option (
--all-repos?) is given on the command line
Possible configuration structure:
[repositories]
"owner/name" = "default"
"octocat/hello-world" = "custom"With this structure, --all-repos operates exactly on those repos used as keys in [repositories], which means that, in order to include a repo that uses the default profile, the profile has to be given explicitly.
Metadata
Metadata
Assignees
Labels
cmd:applyRelates to the `apply` subcommandRelates to the `apply` subcommandconfigurationTelling the program what to doTelling the program what to doenhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement