Skip to content

Commit 7143d95

Browse files
committed
wip
1 parent 9e71b54 commit 7143d95

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,10 @@ As with default Rails behaviours, when invoking `$ rails credentials` commands,
8686
instead of using `APP_ENV` and `RAILS_ENV`.
8787

8888
```console
89-
$ APP_ENV=foo RAILS_ENV=bar bin/rails credentials:edit --environment qaz
90-
91-
# Creates or edits the following files:
92-
# config/credentials/qaz.key
93-
# config/credentials/qaz.yml.enc
94-
#
95-
# APP_ENV and RAILS_ENV are ignored.
96-
```
97-
98-
```console
99-
# Creates or edits the following files:
100-
# config/credentials/qaz.key
101-
# config/credentials/qaz.yml.enc
102-
#
10389
# APP_ENV and RAILS_ENV are ignored.
104-
#
10590
$ APP_ENV=foo RAILS_ENV=bar bin/rails credentials:edit --environment qaz
91+
create config/credentials/qaz.key
92+
create config/credentials/qaz.yml.enc
10693
```
10794

10895
Learn more in the [Heroku](#heroku) section below.

0 commit comments

Comments
 (0)