Skip to content

CLI (engineai)#

engineai app#

App commands.

Usage:

engineai app [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • add: Add new app.
  • ls: List all apps.
  • rule: App rule commands.
  • update: Update current app.

engineai app add#

Add new app.

WORKSPACE_SLUG: workspace to be added. APP_SLUG: app to be added. APP_NAME: app name.

Usage:

engineai app add [OPTIONS] WORKSPACE_SLUG APP_SLUG APP_NAME

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:

engineai app ls [OPTIONS] WORKSPACE_SLUG

Options:

Name Type Description Default
--help boolean Show this message and exit. False

engineai app rule#

App rule commands.

Usage:

engineai app rule [OPTIONS] COMMAND [ARGS]...

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:

engineai app rule add [OPTIONS] WORKSPACE_SLUG APP_SLUG SUBJECT
                      {ADMIN|WRITE|READ}

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:

engineai app rule ls [OPTIONS] WORKSPACE_SLUG APP_SLUG

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:

engineai app rule rm [OPTIONS] WORKSPACE_SLUG APP_SLUG SUBJECT

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:

engineai app rule update [OPTIONS] WORKSPACE_SLUG APP_SLUG SUBJECT
                         {ADMIN|WRITE|READ}

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:

engineai app update [OPTIONS] WORKSPACE_SLUG APP_SLUG

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