Skip to main content

CLI for Alteia

Project description

CLI for alteia

alteia

Usage:

$ alteia [OPTIONS] COMMAND [ARGS]...

Options:

  • --install-completion: Install completion for the current shell.
  • --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

alteia configure

Configure your credentials to connect to the platform

Usage:

$ alteia configure [OPTIONS]

Options:

  • --help: Show this message and exit.

alteia analytics

Interact with Analytics

Usage:

$ alteia 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
  • share: Share an analytic
  • unshare: Unshare an analytic

alteia analytics create

Create a new analytic

Usage:

$ alteia analytics create [OPTIONS]

Options:

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

alteia analytics delete

Delete an analytic

Usage:

$ alteia analytics delete [OPTIONS] ANALYTIC_NAME

Options:

  • --help: Show this message and exit.

alteia analytics list

List the analytics

Usage:

$ alteia analytics list [OPTIONS]

Options:

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

alteia analytics share

Share an analytic

Usage:

$ alteia analytics share [OPTIONS] ANALYTIC_NAME

Options:

  • --company TEXT: Company identifier
  • --help: Show this message and exit.

alteia analytics unshare

Unshare an analytic

Usage:

$ alteia analytics unshare [OPTIONS] ANALYTIC_NAME

Options:

  • --company TEXT: Company identifier
  • --help: Show this message and exit.

alteia credentials

Interact your Docker registry credentials

Usage:

$ alteia 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

alteia credentials create

Create a new credential entry

Usage:

$ alteia credentials create [OPTIONS]

Options:

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

alteia credentials delete

Delete a credential entry by its name

Usage:

$ alteia credentials delete [OPTIONS] NAME

Options:

  • --help: Show this message and exit.

alteia credentials list

List the existing credentials

Usage:

$ alteia credentials list [OPTIONS]

Options:

  • --help: Show this message and exit.

alteia products

Interact with Products

Usage:

$ alteia 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

alteia products cancel

Cancel a running product

Usage:

$ alteia products cancel [OPTIONS] PRODUCT_ID

Options:

  • --help: Show this message and exit.

alteia products list

List the products

Usage:

$ alteia 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.

alteia products logs

Retrieve the logs of a product

Usage:

$ alteia products logs [OPTIONS] PRODUCT_ID

Options:

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

Generated with typer alteia_cli/main.py utils docs --name alteia

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

alteia-cli-1.0.1.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

alteia_cli-1.0.1-py3-none-any.whl (14.2 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