Open ErikHumphrey opened 2 years ago
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
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.
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.