Skip to content

Commit f07445b

Browse files
authored
Update README.md to fix a change in flyctl (#8)
`Command "create" is deprecated, replaced by 'apps create'` The secrets command has changed from create to set.
1 parent 4902f25 commit f07445b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ destination="/root"
9292
Then run the commands with the [flyctl CLI].
9393

9494
``` sh
95-
$ flyctl create app FLY_APP_NAME
95+
$ flyctl apps create FLY_APP_NAME
9696
$ flyctl volumes create FLY_VOLUME_NAME
97-
$ flyctl secrets create TS_AUTHKEY=tskey-auth-<key>
97+
$ flyctl secrets set TS_AUTHKEY=tskey-auth-<key>
9898
$ flyctl deploy
9999
```
100100

0 commit comments

Comments
 (0)