CLI (engineai)#
engineai app#
App commands.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
engineai app add#
Add new app.
WORKSPACE_SLUG: workspace to be added. APP_SLUG: app to be added. APP_NAME: app name.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai app ls#
List all apps.
WORKSPACE_SLUG: workspace to be listed.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai app rule#
App rule commands.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- add: Add an authorization rule for the user in the app.
- ls: List app user authorization role.
- rm: Remove authorization rule to the user in the app.
- update: Update app authorization rule to the user/user group in the app.
engineai app rule add#
Add an authorization rule for the user in the app.
WORKSPACE_SLUG: workspace to be updated. APP_SLUG: app to be updated. SUBJECT: the user/user group to apply new rules. ROLE: role for the user/user group in the app (ADMIN, WRITER OR READER).
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai app rule ls#
List app user authorization role.
WORKSPACE_SLUG: workspace to be selected. APP_SLUG: app to be selected.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai app rule rm#
Remove authorization rule to the user in the app.
WORKSPACE_SLUG: workspace to be updated. APP_SLUG: workspace to be updated. SUBJECT: the user/user group to apply new rules.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai app rule update#
Update app authorization rule to the user/user group in the app.
WORKSPACE_SLUG: workspace to be updated. APP_SLUG: app to be updated. SUBJECT: the user/user group to apply new rules. ROLE: role for the user/user group in the app (ADMIN, WRITER OR READER).
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai app update#
Update current app.
WORKSPACE_SLUG: workspace to be updated. APP_SLUG: app to be updated.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
-s , --slug |
text | new slug. | None |
-n , --name |
text | new name. | None |
--help |
boolean | Show this message and exit. | False |