Skip to content

Commit

Permalink
add section about the build-name flag
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu Mccloskey <[email protected]>
  • Loading branch information
nabuskey committed Dec 19, 2023
1 parent 0211385 commit 4f24d0a
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 @@ -93,6 +93,12 @@ If you want to specify your own kind configuration file, use the `--kind-config`
./idpbuilder create --build-name local --kind-config ./my-kind.yaml`
```

You can also specify the name of build. This name is used as part of the cluster, namespace, and git repositories.

```
./idpbuilder create --build-name localdev
```

### Custom Packages

Idpbuilder supports specifying custom packages using the flag `--package-dir` flag. This flag expects a directory containing ArgoCD application files.
Expand Down

0 comments on commit 4f24d0a

Please sign in to comment.