Skip to content

Commit

Permalink
Update CHAMBER_NO_PATHS example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
John Boggs authored Jul 12, 2018
1 parent 3cdac5c commit e8febaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As a side effect of this change, if you didn't use path based secrets before 2.0
To migrate to the new format, you can take advantage of the `export` and `import` commands. For example, if you wanted to convert secrets for service `foo` to the new format using chamber 2.0, you can do:

```bash
$ CHAMBER_NO_PATHS chamber export foo | chamber import foo -
$ CHAMBER_NO_PATHS=1 chamber export foo | chamber import foo -
```

## Authenticating
Expand Down

0 comments on commit e8febaa

Please sign in to comment.