We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like A command where single and/or multiple keys in somesy.toml can be set, either directly and/or by a json string, e.g.
somesy.toml
somesy set { version: "1.0.0" }
would set the version to "1.0.0".
Describe alternatives you've considered Right now the somesy.toml need to be altered and rewritten, for instance using sed.
sed
Additional context Necessary for a deployment pipeline where the current tag is set by the pipeline and synced afterwards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
A command where single and/or multiple keys in
somesy.toml
can be set, either directly and/or by a json string, e.g.would set the version to "1.0.0".
Describe alternatives you've considered
Right now the
somesy.toml
need to be altered and rewritten, for instance usingsed
.Additional context
Necessary for a deployment pipeline where the current tag is set by the pipeline and synced afterwards.
The text was updated successfully, but these errors were encountered: