Skip to content

Commit

Permalink
add cli build details to local_dev docs (vmware-tanzu#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilanjan Daw authored Feb 4, 2022
1 parent 94bdea9 commit c370eaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/local_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,11 @@ docker run --rm -v `pwd`/byoh-ingredients-download:/ingredients -v`pwd`:/bundle
```

## CLI
The installer CLI exposes the installer package as a command line tool. For a list of all commands, run
The installer CLI exposes the installer package as a command line tool. It can be built by running
```shell
go build ./agent/installer/cli
```
Once built, for a list of all commands, run

```shell
./cli --help
Expand Down

0 comments on commit c370eaa

Please sign in to comment.