Skip to content

Commit

Permalink
Merge branch 'fix-readme' into 'master'
Browse files Browse the repository at this point in the history
Fixes the Readme with wrong command

See merge request Qm64/backpack!15
  • Loading branch information
koalalorenzo committed Nov 15, 2020
2 parents baa01ff + 295aca0 commit 08ee3d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,23 @@ backpack unpack values ./nginx-0.1.0.backpack -f ./values.yaml

**Plan** and validate (dry-run) the jobs of a package before running:
```shell
backpack plan values ./nginx-0.1.0.backpack -f ./values.yaml
backpack plan ./nginx-0.1.0.backpack -v ./values.yaml
```

**Run** your Nomad Jobs with my custom values:
```shell
backpack run ./nginx-0.1.0.backpack -v ./values.yaml
```

**Check** the status of the job allocations:
```shell
backpack status ./nginx-0.1.0.backpack --all
```

Unpack, customize or Run a backpack **from an URL**:
```shell
backpack unpack values https://backpack.qm64.tech/examples/redis-6.0.0.backpack -f ./values.yaml
backpack run https://backpack.qm64.tech/examples/redis-6.0.0.backpack -f values
backpack run https://backpack.qm64.tech/examples/redis-6.0.0.backpack -v values.yaml
```

**Get Help** and learn more for each command
Expand Down

0 comments on commit 08ee3d4

Please sign in to comment.