Skip to content

Commit

Permalink
Add change of exit code for status to upgrade page
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Feb 10, 2016
1 parent 7b3e027 commit 11151af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/docs/install/upgrade-to-0.5.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ endpoint. Since the `default` policy contains `auth/token/renew-self` this
makes it much more likely that the request will succeed rather than somewhat
confusingly failing due to a lack of permissions on `auth/token/renew`.

## `status` CLI Command
The `status` CLI command now returns an exit code of `0` for an unsealed Vault
(as before), `2` for a sealed Vault, and `1` for an error. This keeps error
return codes consistent across commands.

## Transit Upsertion Behavior Uses Capabilities

Previously, attempting to encrypt with a key that did not exist would create a
Expand Down

0 comments on commit 11151af

Please sign in to comment.