Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow command flags to be configured from autorc #999

Closed
hipstersmoothie opened this issue Mar 1, 2020 · 1 comment · Fixed by #998
Closed

Allow command flags to be configured from autorc #999

hipstersmoothie opened this issue Mar 1, 2020 · 1 comment · Fixed by #998
Labels
enhancement New feature or request released This issue/pull request has been released.

Comments

@hipstersmoothie
Copy link
Collaborator

hipstersmoothie commented Mar 1, 2020

Is your feature request related to a problem? Please describe.

I want to permanently enable some flag for an auto command

Describe the solution you'd like

.autorc

{
  // Configure any of auto's commands
  "release": {
    // Prerelease will always be true unless the --prerelease flag is provided
    "prerelease": true
  }
}

Additional context

This will also solve for forcing canaries in #993. With this new type of configuration a user could provide the following to always have canaries, whether or not they're made through the canary or shipit command.

{
  "canary": {
    "force": true
  }
}
@adierkens
Copy link
Collaborator

🚀 Issue was released in v9.15.0 🚀

@adierkens adierkens added the released This issue/pull request has been released. label Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants