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
And maybe other similar errors.
$ ops version File 'ops.yml' does not exist. 1.17.0 $ cd /tmp $ ops up && echo foo File 'ops.yml' does not exist. foo
For actions that require ops.yml to exist (example: ops up, non-example: ops version), return non-zero exit status.
ops.yml
ops up
ops version
The text was updated successfully, but these errors were encountered:
This is fixed in crops.
The binary for Intel Mac is out of date, but next time I manage to build for that platform the fix will be included.
Sorry, something went wrong.
No branches or pull requests
And maybe other similar errors.
Steps to reproduce
Expected
For actions that require
ops.yml
to exist (example:ops up
, non-example:ops version
), return non-zero exit status.The text was updated successfully, but these errors were encountered: