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
If running converge plan results in errors, the exit code from the process should be zon-zero:
converge plan
$ ./converge plan --local samples/fileMode.hcl 2016-11-10T13:38:01-05:00 |INFO| serving addr=:47740 component=rpc 2016-11-10T13:38:01-05:00 |WARN| skipping module verification component=client 2016-11-10T13:38:01-05:00 |INFO| got status component=client file=samples/fileMode.hcl id=root/param.filename run=STARTED stage=PLAN 2016-11-10T13:38:01-05:00 |INFO| got status component=client file=samples/fileMode.hcl id=root/file.mode.render run=STARTED stage=PLAN 2016-11-10T13:38:01-05:00 |INFO| got status component=client file=samples/fileMode.hcl id=root/task.query.hostname run=STARTED stage=PLAN 2016-11-10T13:38:01-05:00 |INFO| got status component=client file=samples/fileMode.hcl id=root run=STARTED stage=PLAN root/task.query.hostname: Error: error in dependency "root/file.mode.render" Messages: Has Changes: yes Changes: No changes root/file.mode.render: Error: cannot set mode for file that does not exist Messages: "test.txt" does not exist Has Changes: yes Changes: test.txt: "----------" => "-r-x--x--x" Summary: 3 errors, 3 changes * root/file.mode.render: cannot set mode for file that does not exist * root/task.query.hostname: error in dependency "root/file.mode.render" * root: error in dependency "root/task.query.hostname" $ echo $? 0
The text was updated successfully, but these errors were encountered:
plan cmd: return non-zero exit code when plan has error(s)
cb01a94
fixes #492
2789e0a
ryane
Successfully merging a pull request may close this issue.
If running
converge plan
results in errors, the exit code from the process should be zon-zero:The text was updated successfully, but these errors were encountered: