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
Add a --describe function to the openfn deploy CLI, which given a configuration, returns a project.yaml and state.yaml for the requested project.
--describe
openfn deploy
project.yaml
state.yaml
We'll be using this for the "automated commits to github" story so that changes made through the UI in Lightning can be committed to github.
openfn deploy --describe .c config.json
git diff
The text was updated successfully, but these errors were encountered:
zacck
Successfully merging a pull request may close this issue.
Add a
--describe
function to theopenfn deploy
CLI, which given a configuration, returns aproject.yaml
andstate.yaml
for the requested project.We'll be using this for the "automated commits to github" story so that changes made through the UI in Lightning can be committed to github.
More context
Another way to think of it
openfn deploy --describe .c config.json
git diff
The text was updated successfully, but these errors were encountered: