Skip to content

Commit

Permalink
Add new arkade syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Aug 19, 2020
1 parent 06a958c commit 6642475
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ Then run this command on any of your clusters

```bash
source ~/.docker-creds
arkade install registry-creds --from-env
```

Or specify each flag:

```bash
arkade install registry-creds \
--username "${DOCKER_USERNAME}" \
--password "${DOCKER_PASSWORD}" \
Expand Down

0 comments on commit 6642475

Please sign in to comment.