Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
uses the right flat for realzy [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Setale <[email protected]>
  • Loading branch information
koalalorenzo committed Nov 15, 2020
1 parent be725bf commit 295aca0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +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 -v ./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 Allocations:
**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 -v ./values.yaml
backpack run https://backpack.qm64.tech/examples/redis-6.0.0.backpack -v values
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 -v values.yaml
```

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

0 comments on commit 295aca0

Please sign in to comment.