-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:quixio/quix-cli
- Loading branch information
Showing
122 changed files
with
1,681 additions
and
447 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
File renamed without changes.
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,18 @@ | ||
# apps edit | ||
|
||
## Overview | ||
|
||
Edit the application values | ||
|
||
**Aliases:** `edit` | ||
|
||
**Usage:** | ||
|
||
``` | ||
quix apps edit [options] | ||
``` | ||
|
||
**Options:** | ||
|
||
- `-d, --directory <directory>` : Base directory (defaults to current directory) | ||
|
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 @@ | ||
{% include-markdown './edit.gen.md' %} |
8 changes: 5 additions & 3 deletions
8
docs/Reference/applications/index.gen.md → docs/Reference/apps/index.gen.md
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 |
---|---|---|
@@ -1,21 +1,23 @@ | ||
# applications | ||
# apps | ||
|
||
## Overview | ||
|
||
Manage your local applications and their variables | ||
|
||
**Aliases:** `applications`, `application`, `apps`, `app` | ||
**Aliases:** `apps`, `applications`, `application`, `app` | ||
|
||
**Usage:** | ||
|
||
``` | ||
quix applications [command] [options] | ||
quix apps [command] [options] | ||
``` | ||
|
||
**Commands:** | ||
|
||
- [convert](convert.md) : Converts applications from and to library item format | ||
- [create](create.md) : Creates a new application locally based on a code sample of the library | ||
- [edit](edit.md) : Edit the application values | ||
- [list](list.md) : Lists all the local applications of the project | ||
- [update](update.md) : Updates the application's '.env' file with the variables from 'quix.yaml' | ||
- [variables](variables/index.md) : Manage your local application's variables | ||
|
File renamed without changes.
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
File renamed without changes.
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,23 @@ | ||
# apps update | ||
|
||
## Overview | ||
|
||
Updates the application's '.env' file with the variables from 'quix.yaml' | ||
|
||
**Aliases:** `update`, `upd` | ||
|
||
**Usage:** | ||
|
||
``` | ||
quix apps update [options] | ||
``` | ||
|
||
**Options:** | ||
|
||
- `-a, --all` : Forces the update of all applications regardless of the current directory | ||
- `--workspace-id <workspace-id>` : The environment to use if your SDK broker configuration is set to Quix Cloud | ||
- `--env-file-name <env-file-name>` : Set the name of the environment file [default: .env] | ||
- `--directory <directory>` : Base directory (defaults to current directory) | ||
- `--reset` : Removes all the values of existing env variables and adds them from the 'quix.yaml' file [default: False] | ||
- `--only-new` : Add only the missing variables in the '.env' file [default: False] | ||
|
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 @@ | ||
{% include-markdown './update.gen.md' %} |
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
docs/Reference/pipeline/broker/down.gen.md → docs/Reference/broker/down.gen.md
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
File renamed without changes.
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,20 @@ | ||
# broker topics | ||
|
||
## Overview | ||
|
||
Manage your pipeline topics | ||
|
||
**Aliases:** `topics`, `topic`, `tpc` | ||
|
||
**Usage:** | ||
|
||
``` | ||
quix broker topics [command] [options] | ||
``` | ||
|
||
**Commands:** | ||
|
||
- [list](list.md) : List your pipeline broker topics | ||
- [read](read.md) : Read the messages from your pipeline topics | ||
- [update](update.md) : Update or create your pipeline broker topics from your 'quix.yaml' configuration | ||
|
File renamed without changes.
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,20 @@ | ||
# broker topics list | ||
|
||
## Overview | ||
|
||
List your pipeline broker topics | ||
|
||
**Aliases:** `list`, `ls` | ||
|
||
**Usage:** | ||
|
||
``` | ||
quix broker topics list [options] | ||
``` | ||
|
||
**Options:** | ||
|
||
- `-o, --output <json|table>` : Output type of the retrieved data | ||
- `--directory <directory>` : If specified, it will use that directory instead of the current one | ||
- `-b, --broker-address <broker-address>` : The broker address to connect to [default: localhost:19092] | ||
|
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 @@ | ||
{% include-markdown './list.gen.md' %} |
Oops, something went wrong.