Skip to main content

CLI for delairstack

Project description

CLI for delairstack

delairstack

Usage:

$ delairstack [OPTIONS] COMMAND [ARGS]...

Options:

  • --install-completion: Install completion for the current shell (shell must be restarted after installing it in order to use it).
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

Commands:

  • analytics: Interact with Analytics
  • configure: Configure your credentials to connect to the...
  • credentials: Interact your Docker registry credentials
  • products: Interact with Products

delairstack configure

Configure your credentials to connect to the platform

Usage:

$ delairstack configure [OPTIONS]

Options:

  • --help: Show this message and exit.

delairstack analytics

Interact with Analytics

Usage:

$ delairstack analytics [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • create: Create a new analytic
  • delete: Delete an analytic
  • list: List the analytics

delairstack analytics create

Create a new analytic

Usage:

$ delairstack analytics create [OPTIONS]

Options:

  • --description PATH: Path of the Analytic description (YAML file) [required]
  • --company TEXT: Company identifier
  • --help: Show this message and exit.

delairstack analytics delete

Delete an analytic

Usage:

$ delairstack analytics delete [OPTIONS] ANALYTIC_NAME

Options:

  • --help: Show this message and exit.

delairstack analytics list

List the analytics

Usage:

$ delairstack analytics list [OPTIONS]

Options:

  • --limit INTEGER: Max number of analytics returned
  • --help: Show this message and exit.

delairstack credentials

Interact your Docker registry credentials

Usage:

$ delairstack credentials [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • create: Create a new credential entry
  • delete: Delete a credential entry by its name
  • list: List the existing credentials

delairstack credentials create

Create a new credential entry

Usage:

$ delairstack credentials create [OPTIONS]

Options:

  • --filepath PATH: Path of the Credential JSON file [required]
  • --help: Show this message and exit.

delairstack credentials delete

Delete a credential entry by its name

Usage:

$ delairstack credentials delete [OPTIONS] NAME

Options:

  • --help: Show this message and exit.

delairstack credentials list

List the existing credentials

Usage:

$ delairstack credentials list [OPTIONS]

Options:

  • --help: Show this message and exit.

delairstack products

Interact with Products

Usage:

$ delairstack products [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • cancel: Cancel a running product
  • list: List the products
  • logs: Retrieve the logs of a product

delairstack products cancel

Cancel a running product

Usage:

$ delairstack products cancel [OPTIONS] PRODUCT_ID

Options:

  • --help: Show this message and exit.

delairstack products list

List the products

Usage:

$ delairstack products list [OPTIONS]

Options:

  • -n, --limit INTEGER: Max number of analytics returned [default: 10]
  • --analytic TEXT: Analytic name
  • --company TEXT: Company identifier
  • --status [pending|processing|available|rejected|failed]: Product status
  • --all: If set, display also the products from internal analytics (otherwise only products from external analytics are displayed).
  • --help: Show this message and exit.

delairstack products logs

Retrieve the logs of a product

Usage:

$ delairstack products logs [OPTIONS] PRODUCT_ID

Options:

  • -f, --follow: Follow logs
  • --help: Show this message and exit.

Generated with typer delairstack_cli/main.py utils docs --name delairstack

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

delairstack-cli-0.3.0.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

delairstack_cli-0.3.0-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page