-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): Generate documentation automatically (#55)
- Loading branch information
Showing
74 changed files
with
8,427 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## meroxa | ||
|
||
The Meroxa CLI | ||
|
||
### Synopsis | ||
|
||
The Meroxa CLI allows quick and easy access to the Meroxa data platform. | ||
|
||
Using the CLI you are able to create and manage sophisticated data pipelines | ||
with only a few simple commands. You can get started by listing the supported | ||
resource types: | ||
|
||
meroxa list resource-types | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meroxa | ||
--json output json | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa add](meroxa_add.md) - Add a Meroxa resource | ||
* [meroxa completion](meroxa_completion.md) - Generate completion script | ||
* [meroxa connect](meroxa_connect.md) - Connect two resources together | ||
* [meroxa create](meroxa_create.md) - Create meroxa pipeline components | ||
* [meroxa delete](meroxa_delete.md) - Delete a component | ||
* [meroxa describe](meroxa_describe.md) - Describe a component | ||
* [meroxa list](meroxa_list.md) - List components | ||
* [meroxa login](meroxa_login.md) - Log into the Meroxa platform | ||
* [meroxa logout](meroxa_logout.md) - Logout of the Meroxa platform | ||
* [meroxa logs](meroxa_logs.md) - Print logs for a component | ||
* [meroxa signup](meroxa_signup.md) - Sign up to the Meroxa platform | ||
* [meroxa version](meroxa_version.md) - Display the version of the Meroxa CLI | ||
|
||
###### Auto generated by spf13/cobra on 12-Feb-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## meroxa add | ||
|
||
Add a Meroxa resource | ||
|
||
### Synopsis | ||
|
||
Use the add command to add various Meroxa resources to your account. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for add | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--json output json | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa](meroxa.md) - The Meroxa CLI | ||
* [meroxa add resource](meroxa_add_resource.md) - Add a resource to your account | ||
|
||
###### Auto generated by spf13/cobra on 12-Feb-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## meroxa add resource | ||
|
||
Add a resource to your account | ||
|
||
``` | ||
meroxa add resource <resource-type> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--credentials string resource credentials | ||
-h, --help help for resource | ||
-m, --metadata string resource metadata | ||
-n, --name string resource name (default "foo") | ||
-u, --url string resource url | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--json output json | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa add](meroxa_add.md) - Add a Meroxa resource | ||
|
||
###### Auto generated by spf13/cobra on 12-Feb-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
## meroxa completion | ||
|
||
Generate completion script | ||
|
||
### Synopsis | ||
|
||
To load completions: | ||
|
||
Bash: | ||
|
||
$ source <(meroxa completion bash) | ||
|
||
# To load completions for each session, execute once: | ||
Linux: | ||
$ meroxa completion bash > /etc/bash_completion.d/meroxa | ||
MacOS: | ||
$ meroxa completion bash > /usr/local/etc/bash_completion.d/meroxa | ||
|
||
Zsh: | ||
|
||
# If shell completion is not already enabled in your environment you will need | ||
# to enable it. You can execute the following once: | ||
|
||
$ echo "autoload -U compinit; compinit" >> ~/.zshrc | ||
|
||
# To load completions for each session, execute once: | ||
$ meroxa completion zsh > "${fpath[1]}/_meroxa" | ||
|
||
# You will need to start a new shell for this setup to take effect. | ||
|
||
Fish: | ||
|
||
$ meroxa completion fish | source | ||
|
||
# To load completions for each session, execute once: | ||
$ meroxa completion fish > ~/.config/fish/completions/meroxa.fish | ||
|
||
|
||
``` | ||
meroxa completion [bash|zsh|fish|powershell] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for completion | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--json output json | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa](meroxa.md) - The Meroxa CLI | ||
|
||
###### Auto generated by spf13/cobra on 12-Feb-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## meroxa connect | ||
|
||
Connect two resources together | ||
|
||
### Synopsis | ||
|
||
Use the connect commands to automatically configure the connectors | ||
required to pull data from one resource (the source) to another | ||
(the target). | ||
|
||
This is essentially a shortcut for creating a connector from the | ||
source to Meroxa and creating a connector from Meroxa to the target | ||
|
||
``` | ||
meroxa connect <name> --to <name> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-c, --config string connector configuration | ||
--from string source resource name | ||
-h, --help help for connect | ||
--input string command delimeted list of input streams | ||
--to string target resource name | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--json output json | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa](meroxa.md) - The Meroxa CLI | ||
|
||
###### Auto generated by spf13/cobra on 12-Feb-2021 |
Oops, something went wrong.