commands.workspaces

module commands.workspaces

Global Variables

  • API_HOST


function get

get(
    debug: debug: Optional[bool] = DEBUG_OPTION
)None

function create

create(
    debug: debug: Optional[bool] = DEBUG_OPTION
)None

Command to create a Giza Workspace.

Args:

  • debug (Optional[bool], optional): Whether to add debug information, will show requests, extra logs and traceback if there is an Exception. Defaults to DEBUG_OPTION (False).

Raises:

  • ValidationError: input fields are validated, if these are not suitable the exception is raised

  • HTTPError: request error to the API, 4XX or 5XX


function delete

delete(
    debug: Optional[bool] = DEBUG_OPTION
)None

Last updated