Skip to content

Commit

Permalink
Document how to move the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcCumstie committed Apr 22, 2020
1 parent 6b5fdb1 commit 2f0a438
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ bin/flight-asset wizard --help
bin/flight-asset wizard --jwt foo --component-id bar --finished
```

### Advanced: Change the config path

It is possible to move the config file by renaming the executable to `flight-asset-with-config`. This makes the first argument to the script the config path. The config path must be provided with every execution of this script.

```
# Create the executable
ln -s bin/flight-asset bin/flight-asset-with-config
# Execute the CLI with a different config
bin/flight-asset-with-config /tmp/other.yaml
```

## Operation

WIP
Expand Down

0 comments on commit 2f0a438

Please sign in to comment.