-
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.
remove unnecessary attribute assignments
- Loading branch information
janelletavares
committed
Jan 16, 2022
1 parent
c0183ca
commit 44d29a0
Showing
73 changed files
with
1,063 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## meroxa environments | ||
|
||
Manage environments on Meroxa | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for environments | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa](meroxa.md) - The Meroxa CLI | ||
* [meroxa environments create](meroxa_environments_create.md) - Create an environment | ||
* [meroxa environments describe](meroxa_environments_describe.md) - Describe environment | ||
* [meroxa environments list](meroxa_environments_list.md) - List environments | ||
* [meroxa environments remove](meroxa_environments_remove.md) - Remove environment | ||
* [meroxa environments update](meroxa_environments_update.md) - Update an environment | ||
|
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,40 @@ | ||
## meroxa environments create | ||
|
||
Create an environment | ||
|
||
``` | ||
meroxa environments create NAME [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
meroxa env create my-env --type self_hosted --provider aws --region us-east-1 --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-c, --config strings environment configuration based on type and provider (e.g.: --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret) | ||
-h, --help help for create | ||
--provider string environment cloud provider to use | ||
--region string environment region | ||
--type string environment type, when not specified | ||
-y, --yes skip confirmation prompt | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](meroxa_environments.md) - Manage environments on Meroxa | ||
|
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,27 @@ | ||
## meroxa environments describe | ||
|
||
Describe environment | ||
|
||
``` | ||
meroxa environments describe [NAMEorUUID] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for describe | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](meroxa_environments.md) - Manage environments on Meroxa | ||
|
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,28 @@ | ||
## meroxa environments list | ||
|
||
List environments | ||
|
||
``` | ||
meroxa environments list [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list | ||
--no-headers display output without headers | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](meroxa_environments.md) - Manage environments on Meroxa | ||
|
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,28 @@ | ||
## meroxa environments remove | ||
|
||
Remove environment | ||
|
||
``` | ||
meroxa environments remove NAMEorUUID [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --force skip confirmation | ||
-h, --help help for remove | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](meroxa_environments.md) - Manage environments on Meroxa | ||
|
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 environments update | ||
|
||
Update an environment | ||
|
||
``` | ||
meroxa environments update NAMEorUUID [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
meroxa env update my-env --name new-name --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret" | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-c, --config strings updated environment configuration based on type and provider (e.g.: --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret) | ||
-h, --help help for update | ||
--name string updated environment name, when specified | ||
-y, --yes skip confirmation prompt | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](meroxa_environments.md) - Manage environments on Meroxa | ||
|
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,47 @@ | ||
--- | ||
createdAt: | ||
updatedAt: | ||
title: "meroxa environments create" | ||
slug: meroxa-environments-create | ||
url: /cli/cmd/meroxa-environments-create/ | ||
--- | ||
## meroxa environments create | ||
|
||
Create an environment | ||
|
||
``` | ||
meroxa environments create NAME [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
meroxa env create my-env --type self_hosted --provider aws --region us-east-1 --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-c, --config strings environment configuration based on type and provider (e.g.: --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret) | ||
-h, --help help for create | ||
--provider string environment cloud provider to use | ||
--region string environment region | ||
--type string environment type, when not specified | ||
-y, --yes skip confirmation prompt | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](/cli/cmd/meroxa-environments/) - Manage environments on Meroxa | ||
|
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,34 @@ | ||
--- | ||
createdAt: | ||
updatedAt: | ||
title: "meroxa environments describe" | ||
slug: meroxa-environments-describe | ||
url: /cli/cmd/meroxa-environments-describe/ | ||
--- | ||
## meroxa environments describe | ||
|
||
Describe environment | ||
|
||
``` | ||
meroxa environments describe [NAMEorUUID] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for describe | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](/cli/cmd/meroxa-environments/) - Manage environments on Meroxa | ||
|
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,35 @@ | ||
--- | ||
createdAt: | ||
updatedAt: | ||
title: "meroxa environments list" | ||
slug: meroxa-environments-list | ||
url: /cli/cmd/meroxa-environments-list/ | ||
--- | ||
## meroxa environments list | ||
|
||
List environments | ||
|
||
``` | ||
meroxa environments list [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list | ||
--no-headers display output without headers | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](/cli/cmd/meroxa-environments/) - Manage environments on Meroxa | ||
|
Oops, something went wrong.