Skip to content

Commit

Permalink
docs: update usage example in README (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass authored May 21, 2024
1 parent 4a2b217 commit 72a2c26
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,30 @@ Usage:
Available Commands:
help Help about any command
local Manages local Airbyte installations
version Print the version number
version Print version information
Flags:
--dnt opt out of telemetry data collection
-h, --help help for abctl
--dnt opt out of telemetry data collection
-h, --help help for abctl
-v, --verbose enable verbose output
```
```
abctl local install --help
Usage:
abctl local install [flags]
Flags:
-h, --help help for install
-p, --password string basic auth password, can also be specified via ABCTL_LOCAL_INSTALL_PASSWORD (default "password")
-u, --username string basic auth username, can also be specified via ABCTL_LOCAL_INSTALL_USERNAME (default "airbyte")
--chart-version string specify the specific Airbyte helm chart version to install (default "latest")
-h, --help help for install
-p, --password string basic auth password, can also be specified via ABCTL_LOCAL_INSTALL_PASSWORD (default "password")
--port int ingress http port (default 8000)
-u, --username string basic auth username, can also be specified via ABCTL_LOCAL_INSTALL_USERNAME (default "airbyte")
Global Flags:
--dnt opt out of telemetry data collection
--dnt opt out of telemetry data collection
-v, --verbose enable verbose output
```

## Contributing
Expand Down

0 comments on commit 72a2c26

Please sign in to comment.