# CLI Catalog - Full Reference > Complete catalog data for all CLI tools. This file contains structured metadata, > auth requirements, global flags, and root-level help output for every tool in > the catalog. --- ## Aiven CLI - **Slug:** aiven - **Binary:** `avn` - **Company:** Aiven - **Description:** Command line client for managing Aiven cloud database and streaming services. - **Categories:** databases-and-data - **Capabilities:** database-management, event-streaming - **Documentation:** https://docs.aiven.io/docs/tools/cli - **Repository:** https://github.com/aiven/aiven-client - **JSON endpoint:** /api/tools/aiven.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `AIVEN_AUTH_TOKEN`, `AIVEN_PROJECT` - **Setup:** `avn user login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** table ### Global Flags - `--json` (boolean): Output in JSON format - `--project` (string): Target project name --- ## Algolia CLI - **Slug:** algolia - **Binary:** `algolia` - **Company:** Algolia - **Description:** Command line tool for managing Algolia search indices, API keys, and search configuration. - **Categories:** developer-platforms - **Capabilities:** api-management, database-management - **Documentation:** https://www.algolia.com/doc/tools/cli/get-started/overview/ - **Repository:** https://github.com/algolia/cli - **JSON endpoint:** /api/tools/algolia.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `ALGOLIA_APPLICATION_ID`, `ALGOLIA_API_KEY` - **Setup:** `algolia profile add` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--application-id/-a` (string): Algolia application ID - `--api-key/-k` (string): Algolia API key - `--profile/-p` (string): Named profile to use - `--json` (boolean): Output in JSON format --- ## AWS Amplify CLI - **Slug:** amplify - **Binary:** `amplify` - **Company:** Amazon Web Services - **Description:** Full-stack app development and deployment framework for AWS with auth, storage, and API provisioning. - **Categories:** developer-platforms - **Capabilities:** deployment, serverless, authentication, api-management, storage-management - **Documentation:** https://docs.amplify.aws/cli/ - **Repository:** https://github.com/aws-amplify/amplify-cli - **JSON endpoint:** /api/tools/amplify.json ### Authentication - **Methods:** aws-credentials - **Env vars:** `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_PROFILE` - **Setup:** `amplify configure` ### Output Formats - **JSON support:** No - **Default format:** interactive --- ## Ansible - **Slug:** ansible - **Binary:** `ansible` - **Company:** Red Hat - **Description:** Agentless automation tool for configuration management, application deployment, and infrastructure orchestration. - **Categories:** infrastructure-as-code - **Capabilities:** configuration-management, deployment, infrastructure-provisioning - **Documentation:** https://docs.ansible.com/ansible/latest/command_guide/ - **Repository:** https://github.com/ansible/ansible - **JSON endpoint:** /api/tools/ansible.json ### Authentication - **Methods:** config-file, environment-variables - **Env vars:** `ANSIBLE_CONFIG`, `ANSIBLE_INVENTORY`, `ANSIBLE_VAULT_PASSWORD_FILE`, `ANSIBLE_REMOTE_USER` ### Output Formats - **JSON support:** Yes (`ANSIBLE_STDOUT_CALLBACK=json`) - **Default format:** text ### Global Flags - `--inventory/-i` (string): Path to inventory file or host list - `--limit/-l` (string): Limit to specific hosts - `--become/-b` (boolean): Run operations with privilege escalation - `--check/-C` (boolean): Dry run without making changes - `--diff/-D` (boolean): Show differences in changed files - `--verbose/-v` (boolean): Increase verbosity (use -vvv for more) --- ## Argo CD CLI - **Slug:** argocd - **Binary:** `argocd` - **Company:** Akuity / CNCF - **Description:** Declarative GitOps continuous delivery tool for Kubernetes applications. - **Categories:** containers-and-orchestration - **Capabilities:** ci-cd, deployment, container-orchestration - **Documentation:** https://argo-cd.readthedocs.io/en/stable/cli_installation/ - **Repository:** https://github.com/argoproj/argo-cd - **JSON endpoint:** /api/tools/argocd.json ### Authentication - **Methods:** access-token, sso - **Env vars:** `ARGOCD_AUTH_TOKEN`, `ARGOCD_SERVER` - **Setup:** `argocd login ` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `--server` (string): Argo CD server address - `--auth-token` (string): Authentication token - `--grpc-web` (boolean): Use gRPC-web protocol for communication - `-o` (enum): Output format --- ## MongoDB Atlas CLI - **Slug:** atlas - **Binary:** `atlas` - **Company:** MongoDB - **Description:** Command line interface for MongoDB Atlas cloud database management and operations. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://www.mongodb.com/docs/atlas/cli/stable/ - **Repository:** https://github.com/mongodb/mongodb-atlas-cli - **JSON endpoint:** /api/tools/atlas.json ### Authentication - **Methods:** access-token, config-file - **Env vars:** `MONGODB_ATLAS_PUBLIC_API_KEY`, `MONGODB_ATLAS_PRIVATE_API_KEY`, `MONGODB_ATLAS_ORG_ID` - **Setup:** `atlas auth login` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `-o/--output` (enum): Output format - `--projectId` (string): Project ID to target --- ## Auth0 CLI - **Slug:** auth0 - **Binary:** `auth0` - **Company:** Okta - **Description:** CLI for managing Auth0 identity platform tenants, applications, APIs, and authentication flows. - **Categories:** security-and-identity - **Capabilities:** authentication, identity-and-access, api-management - **Documentation:** https://auth0.github.io/auth0-cli/ - **Repository:** https://github.com/auth0/auth0-cli - **JSON endpoint:** /api/tools/auth0.json ### Authentication - **Methods:** oauth, environment-variables - **Env vars:** `AUTH0_DOMAIN`, `AUTH0_CLIENT_ID`, `AUTH0_CLIENT_SECRET` - **Setup:** `auth0 login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--json` (boolean): Output in JSON format - `--tenant` (string): Target Auth0 tenant - `--no-color` (boolean): Disable color output - `--no-input` (boolean): Disable interactivity --- ## AWS CLI - **Slug:** aws-cli - **Binary:** `aws` - **Company:** Amazon Web Services - **Description:** Unified command line interface to Amazon Web Services. Provides direct access to AWS service APIs. - **Categories:** cloud-provider - **Capabilities:** compute-management, storage-management, database-management, networking, identity-and-access, serverless, container-orchestration, monitoring, cost-management - **Documentation:** https://docs.aws.amazon.com/cli/ - **Repository:** https://github.com/aws/aws-cli - **JSON endpoint:** /api/tools/aws-cli.json ### Authentication - **Methods:** environment-variables, config-file, instance-role, sso - **Env vars:** `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_SESSION_TOKEN`, `AWS_PROFILE`, `AWS_REGION` - **Setup:** `aws configure` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** table ### Global Flags - `--region` (string): AWS region to target - `--profile` (string): Named profile from credentials file - `--output` (enum): Output format - `--no-cli-pager` (boolean): Disable automatic pagination of output ### Help Output ``` usage: aws [options] [ ...] [parameters] To see help text, you can run: aws help aws help aws help aws: error: the following arguments are required: command ``` --- ## Axiom CLI - **Slug:** axiom - **Binary:** `axiom` - **Company:** Axiom - **Description:** CLI for ingesting, querying, and managing data in the Axiom observability platform. - **Categories:** observability-and-monitoring - **Capabilities:** logging, monitoring - **Documentation:** https://axiom.co/docs/reference/cli - **Repository:** https://github.com/axiomhq/cli - **JSON endpoint:** /api/tools/axiom.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `AXIOM_TOKEN`, `AXIOM_ORG_ID`, `AXIOM_URL` - **Setup:** `axiom auth login` ### Output Formats - **JSON support:** Yes (`--format=json`) - **Default format:** text ### Global Flags - `--format/-f` (enum): Output format - `--org-id/-o` (string): Organization ID - `--token/-t` (string): API token --- ## Azure CLI - **Slug:** az - **Binary:** `az` - **Company:** Microsoft - **Description:** Cross-platform command line interface for managing Microsoft Azure cloud resources and services. - **Categories:** cloud-provider - **Capabilities:** compute-management, storage-management, database-management, networking, identity-and-access, serverless, container-orchestration, monitoring, cost-management - **Documentation:** https://learn.microsoft.com/en-us/cli/azure/ - **Repository:** https://github.com/Azure/azure-cli - **JSON endpoint:** /api/tools/az.json ### Authentication - **Methods:** environment-variables, config-file, managed-identity, service-principal - **Env vars:** `AZURE_SUBSCRIPTION_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET` - **Setup:** `az login` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** json ### Global Flags - `--subscription` (string): Azure subscription ID or name - `--output/-o` (enum): Output format - `--query` (string): JMESPath query string for filtering output - `--verbose` (boolean): Increase logging verbosity --- ## HashiCorp Boundary - **Slug:** boundary - **Binary:** `boundary` - **Company:** HashiCorp - **Description:** Secure remote access to hosts and services without managing credentials or exposing networks. - **Categories:** security-and-identity - **Capabilities:** identity-and-access, authentication, networking - **Documentation:** https://developer.hashicorp.com/boundary/docs/commands - **Repository:** https://github.com/hashicorp/boundary - **JSON endpoint:** /api/tools/boundary.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `BOUNDARY_ADDR`, `BOUNDARY_TOKEN`, `BOUNDARY_KEYRING_TYPE` - **Setup:** `boundary authenticate` ### Output Formats - **JSON support:** Yes (`-format=json`) - **Default format:** table ### Global Flags - `-format` (enum): Output format - `-addr` (string): Boundary controller address - `-token` (string): Authentication token - `-keyring-type` (string): Keyring type for token storage --- ## Buildkite Agent - **Slug:** buildkite - **Binary:** `buildkite-agent` - **Company:** Buildkite - **Description:** Build runner agent and CLI for the Buildkite continuous integration platform. - **Categories:** ci-cd-and-source-control - **Capabilities:** ci-cd - **Documentation:** https://buildkite.com/docs/agent/v3 - **Repository:** https://github.com/buildkite/agent - **JSON endpoint:** /api/tools/buildkite.json ### Authentication - **Methods:** access-token - **Env vars:** `BUILDKITE_AGENT_TOKEN`, `BUILDKITE_API_TOKEN` ### Output Formats - **JSON support:** No - **Default format:** text --- ## CDK for Terraform CLI - **Slug:** cdktf - **Binary:** `cdktf` - **Company:** HashiCorp - **Description:** Define infrastructure using familiar programming languages with CDK for Terraform. - **Categories:** infrastructure-as-code - **Capabilities:** infrastructure-provisioning, configuration-management - **Documentation:** https://developer.hashicorp.com/terraform/cdktf - **Repository:** https://github.com/hashicorp/terraform-cdk - **JSON endpoint:** /api/tools/cdktf.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `TF_VAR_*`, `CDKTF_LOG_LEVEL` - **Setup:** `cdktf init` ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `--log-level` (enum): Logging verbosity level - `--no-color` (boolean): Disable color output --- ## Checkov - **Slug:** checkov - **Binary:** `checkov` - **Company:** Prisma Cloud / Palo Alto Networks - **Description:** Static analysis tool for infrastructure as code to detect security and compliance misconfigurations. - **Categories:** security-and-identity - **Capabilities:** policy-enforcement, vulnerability-scanning - **Documentation:** https://www.checkov.io/1.Welcome/Quick%20Start.html - **Repository:** https://github.com/bridgecrewio/checkov - **JSON endpoint:** /api/tools/checkov.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `BC_API_KEY`, `PRISMA_API_URL` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** text ### Global Flags - `--output/-o` (enum): Output format - `--check` (string): Run only specific check IDs - `--skip-check` (string): Skip specific check IDs - `--framework` (string): Filter by framework (terraform, cloudformation, kubernetes, etc.) - `--compact` (boolean): Compact output, no code blocks --- ## CircleCI CLI - **Slug:** circleci - **Binary:** `circleci` - **Company:** CircleCI - **Description:** Command line interface for CircleCI continuous integration configuration and local execution. - **Categories:** ci-cd-and-source-control - **Capabilities:** ci-cd - **Documentation:** https://circleci.com/docs/local-cli/ - **Repository:** https://github.com/CircleCI-Public/circleci-cli - **JSON endpoint:** /api/tools/circleci.json ### Authentication - **Methods:** access-token - **Env vars:** `CIRCLECI_CLI_TOKEN` - **Setup:** `circleci setup` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--host` (string): CircleCI host URL - `--token` (string): API token for authentication --- ## Cloudflare Tunnel - **Slug:** cloudflared - **Binary:** `cloudflared` - **Company:** Cloudflare - **Description:** Client for Cloudflare Tunnel, creating secure outbound connections to the Cloudflare network. - **Categories:** developer-platforms - **Capabilities:** networking, cdn - **Documentation:** https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/ - **Repository:** https://github.com/cloudflare/cloudflared - **JSON endpoint:** /api/tools/cloudflared.json ### Authentication - **Methods:** oauth, config-file - **Env vars:** `TUNNEL_ORIGIN_CERT` - **Setup:** `cloudflared tunnel login` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** text ### Global Flags - `--config` (string): Path to config file - `--origincert` (string): Path to origin certificate - `--loglevel` (enum): Logging level --- ## CockroachDB CLI - **Slug:** cockroach - **Binary:** `cockroach` - **Company:** Cockroach Labs - **Description:** Command line interface for managing CockroachDB distributed SQL database clusters. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://www.cockroachlabs.com/docs/stable/cockroach-commands - **Repository:** https://github.com/cockroachdb/cockroach - **JSON endpoint:** /api/tools/cockroach.json ### Authentication - **Methods:** connection-string, environment-variables - **Env vars:** `COCKROACH_URL`, `COCKROACH_USER`, `COCKROACH_INSECURE` - **Setup:** `cockroach sql --url ` ### Output Formats - **JSON support:** Yes (`--format=json`) - **Default format:** table ### Global Flags - `--url` (string): Connection URL - `--host` (string): Database server host - `--port` (string): Database server port - `--certs-dir` (string): Path to certificate directory - `--insecure` (boolean): Use insecure connection (no TLS) - `--format` (enum): Output format --- ## Codefresh CLI - **Slug:** codefresh - **Binary:** `codefresh` - **Company:** Codefresh - **Description:** CLI for managing Codefresh GitOps CI/CD platform pipelines, builds, and Argo CD integrations. - **Categories:** ci-cd-and-source-control - **Capabilities:** ci-cd, deployment, container-registry - **Documentation:** https://codefresh-io.github.io/cli/ - **Repository:** https://github.com/codefresh-io/cli - **JSON endpoint:** /api/tools/codefresh.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `CF_API_KEY`, `CF_URL` - **Setup:** `codefresh auth create-context --api-key ` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** table ### Global Flags - `--output` (enum): Output format - `--context` (string): Named authentication context --- ## Coder CLI - **Slug:** coder - **Binary:** `coder` - **Company:** Coder - **Description:** CLI for managing cloud development environments on Coder, an open-source remote workspace platform. - **Categories:** developer-platforms - **Capabilities:** compute-management, deployment - **Documentation:** https://coder.com/docs/reference/cli - **Repository:** https://github.com/coder/coder - **JSON endpoint:** /api/tools/coder.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `CODER_URL`, `CODER_SESSION_TOKEN` - **Setup:** `coder login ` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** table ### Global Flags - `--output/-o` (enum): Output format - `--url` (string): Coder deployment URL - `--token` (string): Session token - `--verbose/-v` (boolean): Enable verbose output --- ## Confluent CLI - **Slug:** confluent - **Binary:** `confluent` - **Company:** Confluent - **Description:** Command line interface for managing Confluent Cloud and Confluent Platform (Apache Kafka). - **Categories:** messaging-and-streaming - **Capabilities:** event-streaming, message-queues - **Documentation:** https://docs.confluent.io/confluent-cli/current/ - **Repository:** https://github.com/confluentinc/cli - **JSON endpoint:** /api/tools/confluent.json ### Authentication - **Methods:** access-token, config-file - **Env vars:** `CONFLUENT_CLOUD_API_KEY`, `CONFLUENT_CLOUD_API_SECRET` - **Setup:** `confluent login` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** human ### Global Flags - `-o/--output` (enum): Output format - `--environment` (string): Environment ID to target - `--cluster` (string): Kafka cluster ID to target --- ## HashiCorp Consul - **Slug:** consul - **Binary:** `consul` - **Company:** HashiCorp - **Description:** Service mesh and service discovery tool for connecting and securing distributed applications. - **Categories:** containers-and-orchestration - **Capabilities:** service-mesh, networking, configuration-management - **Documentation:** https://developer.hashicorp.com/consul/commands - **Repository:** https://github.com/hashicorp/consul - **JSON endpoint:** /api/tools/consul.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `CONSUL_HTTP_ADDR`, `CONSUL_HTTP_TOKEN`, `CONSUL_HTTP_SSL` - **Setup:** `consul login` ### Output Formats - **JSON support:** Yes (`-format=json`) - **Default format:** table ### Global Flags - `-format` (enum): Output format - `-http-addr` (string): Consul agent address - `-token` (string): ACL token for authentication - `-stale` (boolean): Allow stale reads for better availability --- ## Contentful CLI - **Slug:** contentful - **Binary:** `contentful` - **Company:** Contentful - **Description:** Command line interface for managing Contentful headless CMS spaces, content types, and entries. - **Categories:** developer-platforms - **Capabilities:** api-management, configuration-management - **Documentation:** https://www.contentful.com/developers/docs/tutorials/cli/ - **Repository:** https://github.com/contentful/contentful-cli - **JSON endpoint:** /api/tools/contentful.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `CONTENTFUL_MANAGEMENT_TOKEN`, `CONTENTFUL_SPACE_ID` - **Setup:** `contentful login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--space-id` (string): Contentful space ID - `--environment-id` (string): Target environment - `--management-token` (string): Management API token --- ## AWS Copilot - **Slug:** copilot-cli - **Binary:** `copilot` - **Company:** Amazon Web Services - **Description:** CLI for building, releasing, and operating containerized applications on AWS ECS and App Runner. - **Categories:** cloud-provider - **Capabilities:** container-orchestration, deployment, serverless - **Documentation:** https://aws.github.io/copilot-cli/ - **Repository:** https://github.com/aws/copilot-cli - **JSON endpoint:** /api/tools/copilot-cli.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_SESSION_TOKEN`, `AWS_PROFILE`, `AWS_REGION` - **Setup:** `aws configure` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--app` (string): Application name - `--env` (string): Environment name - `--json` (boolean): Output in JSON format - `--no-color` (boolean): Disable color output --- ## Cosign - **Slug:** cosign - **Binary:** `cosign` - **Company:** Sigstore / Linux Foundation - **Description:** Container image signing, verification, and attestation tool for software supply chain security. - **Categories:** security-and-identity - **Capabilities:** vulnerability-scanning, container-registry - **Documentation:** https://docs.sigstore.dev/cosign/signing/signing_with_blobs/ - **Repository:** https://github.com/sigstore/cosign - **JSON endpoint:** /api/tools/cosign.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `COSIGN_KEY`, `COSIGN_PASSWORD`, `COSIGN_REPOSITORY` ### Output Formats - **JSON support:** Yes (`--output-json`) - **Default format:** text ### Global Flags - `--key` (string): Path to signing key - `--output-signature` (string): Write signature to file - `--output-certificate` (string): Write certificate to file --- ## Cassandra CQL Shell - **Slug:** cqlsh - **Binary:** `cqlsh` - **Company:** DataStax/Apache - **Description:** Interactive CQL shell for querying Apache Cassandra and DataStax databases. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://cassandra.apache.org/doc/latest/cassandra/tools/cqlsh.html - **Repository:** https://github.com/apache/cassandra - **JSON endpoint:** /api/tools/cqlsh.json ### Authentication - **Methods:** credentials - **Env vars:** `CQLSH_HOST`, `CQLSH_PORT` ### Output Formats - **JSON support:** No - **Default format:** tabular --- ## Crossplane CLI - **Slug:** crossplane - **Binary:** `crossplane` - **Company:** Upbound - **Description:** CLI for building and pushing Crossplane packages to extend Kubernetes with cloud resources. - **Categories:** infrastructure-as-code - **Capabilities:** infrastructure-provisioning, configuration-management, container-orchestration - **Documentation:** https://docs.crossplane.io/latest/cli/ - **Repository:** https://github.com/crossplane/crossplane - **JSON endpoint:** /api/tools/crossplane.json ### Authentication - **Methods:** config-file, environment-variables - **Env vars:** `KUBECONFIG` - **Setup:** `crossplane xpkg login` ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `--namespace/-n` (string): Kubernetes namespace to target - `--verbose` (boolean): Enable verbose output --- ## Dapr CLI - **Slug:** dapr - **Binary:** `dapr` - **Company:** Microsoft / CNCF - **Description:** CLI for the Distributed Application Runtime, managing microservice building blocks and sidecars. - **Categories:** developer-platforms - **Capabilities:** deployment, message-queues, configuration-management - **Documentation:** https://docs.dapr.io/reference/cli/ - **Repository:** https://github.com/dapr/cli - **JSON endpoint:** /api/tools/dapr.json ### Authentication ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** table ### Global Flags - `--output/-o` (enum): Output format - `--kubernetes/-k` (boolean): Target Kubernetes cluster instead of self-hosted - `--namespace` (string): Kubernetes namespace --- ## Databricks CLI - **Slug:** databricks - **Binary:** `databricks` - **Company:** Databricks - **Description:** Command line interface for managing Databricks workspaces, jobs, clusters, and data assets. - **Categories:** databases-and-data - **Capabilities:** data-pipelines, compute-management, database-management - **Documentation:** https://docs.databricks.com/en/dev-tools/cli/index.html - **Repository:** https://github.com/databricks/cli - **JSON endpoint:** /api/tools/databricks.json ### Authentication - **Methods:** access-token, oauth, config-file - **Env vars:** `DATABRICKS_HOST`, `DATABRICKS_TOKEN`, `DATABRICKS_CONFIG_PROFILE` - **Setup:** `databricks configure` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** text ### Global Flags - `--output` (enum): Output format - `--profile/-p` (string): Configuration profile name - `--host` (string): Databricks workspace URL - `--debug` (boolean): Enable debug logging --- ## Datadog CI - **Slug:** datadog - **Binary:** `datadog-ci` - **Company:** Datadog - **Description:** CI/CD integration tool for uploading sourcemaps, test results, and deployments to Datadog. - **Categories:** observability-and-monitoring - **Capabilities:** monitoring, logging, tracing, ci-cd - **Documentation:** https://docs.datadoghq.com/continuous_integration/ - **Repository:** https://github.com/DataDog/datadog-ci - **JSON endpoint:** /api/tools/datadog.json ### Authentication - **Methods:** environment-variables - **Env vars:** `DATADOG_API_KEY`, `DATADOG_APP_KEY`, `DATADOG_SITE` ### Output Formats - **JSON support:** No - **Default format:** text --- ## dbt CLI - **Slug:** dbt - **Binary:** `dbt` - **Company:** dbt Labs - **Description:** Data transformation tool that enables analytics engineers to transform data using SQL select statements. - **Categories:** databases-and-data - **Capabilities:** data-pipelines, database-management - **Documentation:** https://docs.getdbt.com/reference/dbt-commands - **Repository:** https://github.com/dbt-labs/dbt-core - **JSON endpoint:** /api/tools/dbt.json ### Authentication - **Methods:** config-file, environment-variables - **Env vars:** `DBT_PROFILES_DIR`, `DBT_TARGET`, `DBT_DATABASE` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** text ### Global Flags - `--output` (enum): Output format - `--profiles-dir` (string): Path to profiles directory - `--target/-t` (string): Target profile to use - `--no-use-colors` (boolean): Disable color output - `--select/-s` (string): Select specific models to run --- ## Docker CLI - **Slug:** docker - **Binary:** `docker` - **Company:** Docker Inc. - **Description:** Build, run, and manage containerized applications and images. - **Categories:** containers-and-orchestration - **Capabilities:** container-orchestration, container-registry, networking, storage-management - **Documentation:** https://docs.docker.com/reference/cli/docker/ - **Repository:** https://github.com/docker/cli - **JSON endpoint:** /api/tools/docker.json ### Authentication - **Methods:** config-file, credential-helper, environment-variables - **Env vars:** `DOCKER_HOST`, `DOCKER_CONFIG`, `DOCKER_CONTEXT` - **Setup:** `docker login` ### Output Formats - **JSON support:** Yes (`--format '{{json .}}'`) - **Default format:** table ### Global Flags - `--context` (string): Docker context to use - `--host` (string): Docker daemon socket to connect to - `--log-level` (enum): Logging level ### Help Output ``` Usage: docker [OPTIONS] COMMAND A self-sufficient runtime for containers Common Commands: run Create and run a new container from an image exec Execute a command in a running container ps List containers build Build an image from a Dockerfile bake Build from a file pull Download an image from a registry push Upload an image to a registry images List images login Authenticate to a registry logout Log out from a registry search Search Docker Hub for images version Show the Docker version information info Display system-wide information Management Commands: ai* Docker AI Agent - Ask Gordon builder Manage builds buildx* Docker Buildx cloud* Docker Cloud compose* Docker Compose container Manage containers context Manage contexts debug* Get a shell into any image or container desktop* Docker Desktop commands extension* Manages Docker extensions image Manage images init* Creates Docker-related starter files for your project manifest Manage Docker image manifests and manifest lists mcp* Docker MCP Plugin model* Docker Model Runner network Manage networks plugin Manage plugins sbom* View the packaged-based Software Bill Of Materials (SBOM) for an image scout* Docker Scout system Manage Docker trust Manage trust on Docker images volume Manage volumes Swarm Commands: swarm Manage Swarm Commands: attach Attach local standard input, output, and error streams to a running container commit Create a new image from a container's changes cp Copy files/folders between a container and the local filesystem create Create a new container diff Inspect changes to files or directories on a container's filesystem events Get real time events from the server export Export a container's filesystem as a tar archive history Show the history of an image import Import the contents from a tarball to create a filesystem image inspect Return low-level information on Docker objects kill Kill one or more running containers load Load an image from a tar archive or STDIN logs Fetch the logs of a container pause Pause all processes within one or more containers port List port mappings or a specific mapping for the container rename Rename a container restart Restart one or more containers rm Remove one or more containers rmi Remove one or more images save Save one or more images to a tar archive (streamed to STDOUT by default) start Start one or more stopped containers stats Display a live stream of container(s) resource usage statistics stop Stop one or more running containers tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE top Display the running processes of a container unpause Unpause all processes within one or more containers update Update configuration of one or more containers wait Block until one or more containers stop, then print their exit codes Invalid Plugins: dev failed to fetch metadata: fork/exec /Users/mark/.docker/cli-plugins/docker-dev: no such file or directory feedback failed to fetch metadata: fork/exec /Users/mark/.docker/cli-plugins/docker-feedback: no such file or directory Global Options: --config string Location of client config files (default "/Users/mark/.docker") -c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use") -D, --debug Enable debug mode -H, --host string Daemon socket to connect to -l, --log-level string Set the logging level ("debug", "info", "warn", "error", "fatal") (default "info") --tls Use TLS; implied by --tlsverify --tlscacert string Trust certs signed only by this CA (default "/Users/mark/.docker/ca.pem") --tlscert string Path to TLS certificate file (default "/Users/mark/.docker/cert.pem") --tlskey string Path to TLS key file (default "/Users/mark/.docker/key.pem") --tlsverify Use TLS and verify the remote -v, --version Print version information and quit Run 'docker COMMAND --help' for more information on a command. For more help on how to use Docker, head to https://docs.docker.com/go/guides/ ``` --- ## DigitalOcean CLI - **Slug:** doctl - **Binary:** `doctl` - **Company:** DigitalOcean - **Description:** Command line interface for interacting with the DigitalOcean API and managing cloud resources. - **Categories:** cloud-provider - **Capabilities:** compute-management, storage-management, database-management, networking, dns-management, container-registry, container-orchestration - **Documentation:** https://docs.digitalocean.com/reference/doctl/ - **Repository:** https://github.com/digitalocean/doctl - **JSON endpoint:** /api/tools/doctl.json ### Authentication - **Methods:** access-token, config-file - **Env vars:** `DIGITALOCEAN_ACCESS_TOKEN` - **Setup:** `doctl auth init` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `--context` (string): Named authentication context to use - `--output/-o` (enum): Output format - `--access-token` (string): DigitalOcean API access token --- ## Doppler CLI - **Slug:** doppler - **Binary:** `doppler` - **Company:** Doppler - **Description:** Secrets management CLI for syncing, injecting, and managing environment variables across environments. - **Categories:** collaboration-and-productivity - **Capabilities:** secrets-management, configuration-management - **Documentation:** https://docs.doppler.com/docs/cli - **Repository:** https://github.com/DopplerHQ/cli - **JSON endpoint:** /api/tools/doppler.json ### Authentication - **Methods:** access-token, service-token - **Env vars:** `DOPPLER_TOKEN` - **Setup:** `doppler login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text --- ## eksctl - **Slug:** eksctl - **Binary:** `eksctl` - **Company:** Amazon Web Services - **Description:** Official CLI for creating and managing Amazon EKS Kubernetes clusters. - **Categories:** cloud-provider - **Capabilities:** container-orchestration, compute-management, networking - **Documentation:** https://eksctl.io/ - **Repository:** https://github.com/eksctl-io/eksctl - **JSON endpoint:** /api/tools/eksctl.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_SESSION_TOKEN`, `AWS_PROFILE`, `AWS_REGION` - **Setup:** `aws configure` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** table ### Global Flags - `--region` (string): AWS region - `--profile` (string): AWS credentials profile - `-o` (enum): Output format - `--color` (boolean): Toggle colorized output --- ## Fastly CLI - **Slug:** fastly - **Binary:** `fastly` - **Company:** Fastly - **Description:** CLI for managing Fastly CDN services, Compute@Edge applications, and edge configurations. - **Categories:** developer-platforms - **Capabilities:** cdn, edge-computing, deployment - **Documentation:** https://www.fastly.com/documentation/reference/cli/ - **Repository:** https://github.com/fastly/cli - **JSON endpoint:** /api/tools/fastly.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `FASTLY_API_TOKEN` - **Setup:** `fastly profile create` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--json` (boolean): Output in JSON format - `--token/-t` (string): Fastly API token - `--verbose/-v` (boolean): Enable verbose output - `--non-interactive` (boolean): Disable interactive prompts --- ## Fauna Shell - **Slug:** fauna - **Binary:** `fauna` - **Company:** Fauna - **Description:** Shell and management CLI for Fauna serverless databases and FQL queries. - **Categories:** databases-and-data - **Capabilities:** database-management, serverless - **Documentation:** https://docs.fauna.com/fauna/current/tools/shell/ - **Repository:** https://github.com/fauna/fauna-shell - **JSON endpoint:** /api/tools/fauna.json ### Authentication - **Methods:** access-token - **Env vars:** `FAUNA_SECRET` - **Setup:** `fauna cloud-login` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** text --- ## Firebase CLI - **Slug:** firebase - **Binary:** `firebase` - **Company:** Google - **Description:** Command line tools for managing, deploying, and testing Firebase projects and services. - **Categories:** developer-platforms - **Capabilities:** deployment, serverless, database-management, authentication, storage-management - **Documentation:** https://firebase.google.com/docs/cli - **Repository:** https://github.com/firebase/firebase-tools - **JSON endpoint:** /api/tools/firebase.json ### Authentication - **Methods:** oauth, service-account - **Env vars:** `FIREBASE_TOKEN`, `GOOGLE_APPLICATION_CREDENTIALS` - **Setup:** `firebase login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text --- ## Flux CD - **Slug:** flux - **Binary:** `flux` - **Company:** CNCF - **Description:** GitOps toolkit for continuous delivery of Kubernetes infrastructure and applications. - **Categories:** containers-and-orchestration - **Capabilities:** ci-cd, deployment, container-orchestration - **Documentation:** https://fluxcd.io/flux/cmd/ - **Repository:** https://github.com/fluxcd/flux2 - **JSON endpoint:** /api/tools/flux.json ### Authentication - **Methods:** config-file - **Env vars:** `KUBECONFIG`, `GITHUB_TOKEN`, `GITLAB_TOKEN` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `--context` (string): Kubernetes context to use - `--kubeconfig` (string): Path to kubeconfig file - `--namespace` (string): Target namespace - `-o` (enum): Output format --- ## Fly.io CLI - **Slug:** flyctl - **Binary:** `flyctl` - **Company:** Fly.io - **Description:** Command line interface for deploying and managing applications on the Fly.io platform. - **Categories:** cloud-provider - **Capabilities:** compute-management, deployment, networking, container-orchestration, edge-computing - **Documentation:** https://fly.io/docs/flyctl/ - **Repository:** https://github.com/superfly/flyctl - **JSON endpoint:** /api/tools/flyctl.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `FLY_ACCESS_TOKEN`, `FLY_APP` - **Setup:** `flyctl auth login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--app/-a` (string): Application name to operate on - `--json` (boolean): Output results as JSON - `--verbose` (boolean): Verbose output ### Help Output ``` This is flyctl, the Fly.io command line interface. Usage: flyctl [flags] flyctl [command] Deploying apps & machines apps Manage apps. deploy Deploy Fly applications launch Create and configure a new app from source code or a Docker image machine Manage Fly Machines. status Show app status Configuration & scaling certs Manage certificates config Manage an app's configuration image Manage app image ips Manage IP addresses for apps scale Scale app resources secrets Manage application secrets with the set and unset commands. volumes Manage Fly Volumes. Monitoring & managing things checks Manage health checks console Run a console in a new or existing machine dashboard Open web browser on Fly Web UI for this app dig Make DNS requests against Fly.io's internal DNS server incidents Show incidents logs View app logs mcp flyctl Model Context Protocol. ping Test connectivity with ICMP ping messages proxy Proxies connections to a Fly Machine. releases List app releases services Show the application's services sftp Get or put files from a remote VM. ssh Use SSH to log into or run commands on Machines wireguard Commands that manage WireGuard peer connections Databases & extensions consul Enable and manage Consul clusters extensions Extensions are additional functionality that can be added to your Fly apps litefs-cloud LiteFS Cloud management commands mpg Manage Managed Postgres clusters. mysql Provision and manage MySQL database clusters postgres Unmanaged Postgres cluster commands redis Launch and manage Redis databases managed by Upstash.com storage Provision and manage Tigris object storage buckets Access control auth Manage authentication orgs Commands for managing Fly organizations tokens Manage Fly.io API tokens Help & troubleshooting docs View Fly documentation doctor The DOCTOR command allows you to debug your Fly environment platform Fly platform information Additional Commands: agent Commands that manage the Fly agent, a background process that manages flyctl wireguard connections completion Generate the autocompletion script for the specified shell help Help about any command jobs Show jobs at Fly.io settings Manage flyctl settings synthetics Synthetic monitoring version Show version information for the flyctl command Flags: -t, --access-token string Fly API Access Token --debug Print additional logs and traces -h, --help help for flyctl --verbose Verbose output -v, --version version for flyctl Use "flyctl [command] --help" for more information about a command. ``` --- ## Google Cloud CLI - **Slug:** gcloud - **Binary:** `gcloud` - **Company:** Google Cloud - **Description:** Command line interface for Google Cloud Platform services and resource management. - **Categories:** cloud-provider - **Capabilities:** compute-management, storage-management, database-management, networking, identity-and-access, serverless, container-orchestration, monitoring, dns-management - **Documentation:** https://cloud.google.com/sdk/gcloud/reference - **JSON endpoint:** /api/tools/gcloud.json ### Authentication - **Methods:** application-default, service-account, config-file - **Env vars:** `CLOUDSDK_CORE_PROJECT`, `GOOGLE_APPLICATION_CREDENTIALS`, `CLOUDSDK_ACTIVE_CONFIG_NAME` - **Setup:** `gcloud auth login` ### Output Formats - **JSON support:** Yes (`--format=json`) - **Default format:** text ### Global Flags - `--project` (string): Google Cloud project ID to target - `--format` (string): Output format (json, yaml, csv, table, text) - `--quiet` (boolean): Suppress interactive prompts and reduce output - `--verbosity` (enum): Logging verbosity level ### Help Output ``` NAME gcloud - manage Google Cloud resources and developer workflow SYNOPSIS gcloud GROUP | COMMAND [--account=ACCOUNT] [--billing-project=BILLING_PROJECT] [--configuration=CONFIGURATION] [--flags-file=YAML_FILE] [--flatten=[KEY,...]] [--format=FORMAT] [--help] [--project=PROJECT_ID] [--quiet, -q] [--verbosity=VERBOSITY; default="warning"] [--version, -v] [-h] [--access-token-file=ACCESS_TOKEN_FILE] [--impersonate-service-account=SERVICE_ACCOUNT_EMAILS] [--log-http] [--trace-token=TRACE_TOKEN] [--no-user-output-enabled] DESCRIPTION The gcloud CLI manages authentication, local configuration, developer workflow, and interactions with the Google Cloud APIs. For a quick introduction to the gcloud CLI, a list of commonly used commands, and a look at how these commands are structured, run gcloud cheat-sheet or see the `gcloud` CLI cheat sheet (https://cloud.google.com/sdk/docs/cheatsheet). GLOBAL FLAGS --account=ACCOUNT Google Cloud user account to use for invocation. Overrides the default core/account property value for this command invocation. --billing-project=BILLING_PROJECT The Google Cloud project that will be charged quota for operations performed in gcloud. If you need to operate on one project, but need quota against a different project, you can use this flag to specify the billing project. If both billing/quota_project and --billing-project are specified, --billing-project takes precedence. Run $ gcloud config set --help to see more information about billing/quota_project. --configuration=CONFIGURATION File name of the configuration to use for this command invocation. For more information on how to use configurations, run: gcloud topic configurations. You can also use the CLOUDSDK_ACTIVE_CONFIG_NAME environment variable to set the equivalent of this flag for a terminal session. --flags-file=YAML_FILE A YAML or JSON file that specifies a --flag:value dictionary. Useful for specifying complex flag values with special characters that work with any command interpreter. Additionally, each --flags-file arg is replaced by its constituent flags. See $ gcloud topic flags-file for more information. --flatten=[KEY,...] Flatten name[] output resource slices in KEY into separate records for each item in each slice. Multiple keys and slices may be specified. This also flattens keys for --format and --filter. For example, --flatten=abc.def flattens abc.def[].ghi references to abc.def.ghi. A resource record containing abc.def[] with N elements will expand to N records in the flattened output. This allows us to specify what resource-key the filter will operate on. This flag interacts with other flags that are applied in this order: --flatten, --sort-by, --filter, --limit. --format=FORMAT Sets the format for printing command output resources. The default is a command-specific human-friendly output format. If both core/format and --format are specified, --format takes precedence. --format and core/format both take precedence over core/default_format. The supported formats are limited to: config, csv, default, diff, disable, flattened, get, json, list, multi, none, object, table, text, value, yaml. For more details run $ gcloud topic formats. Run $ gcloud config set --help to see more information about core/format --help Display detailed help. --project=PROJECT_ID The Google Cloud project ID to use for this invocation. If omitted, then the current project is assumed; the current project can be listed using gcloud config list --format='text(core.project)' and can be set using gcloud config set project PROJECTID. --project and its fallback core/project property play two roles in the invocation. It specifies the project of the resource to operate on. It also specifies the project for API enablement check, quota, and billing. To specify a different project for quota and billing, use --billing-project or billing/quota_project property. --quiet, -q Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised. Overrides the default core/disable_prompts property value for this command invocation. This is equivalent to setting the environment variable CLOUDSDK_CORE_DISABLE_PROMPTS to 1. --verbosity=VERBOSITY; default="warning" Override the default verbosity for this command. Overrides the default core/verbosity property value for this command invocation. VERBOSITY must be one of: debug, info, warning, error, critical, none. --version, -v Print version information and exit. This flag is only available at the global level. -h Print a summary help and exit. OTHER FLAGS --access-token-file=ACCESS_TOKEN_FILE A file path to read the access token. Use this flag to authenticate gcloud with an access token. The credentials of the active account (if exists) will be ignored. The file should only contain an access token with no other information. Overrides the default auth/access_token_file property value for this command invocation. --impersonate-service-account=SERVICE_ACCOUNT_EMAILS For this gcloud invocation, all API requests will be made as the given service account or target service account in an impersonation delegation chain instead of the currently selected account. You can specify either a single service account as the impersonator, or a comma-separated list of service accounts to create an impersonation delegation chain. The impersonation is done without needing to create, download, and activate a key for the service account or accounts. In order to make API requests as a service account, your currently selected account must have an IAM role that includes the iam.serviceAccounts.getAccessToken permission for the service account or accounts. The roles/iam.serviceAccountTokenCreator role has the iam.serviceAccounts.getAccessToken permission. You can also create a custom role. You can specify a list of service accounts, separated with commas. This creates an impersonation delegation chain in which each service account delegates its permissions to the next service account in the chain. Each service account in the list must have the roles/iam.serviceAccountTokenCreator role on the next service account in the list. For example, when --impersonate-service-account= SERVICE_ACCOUNT_1,SERVICE_ACCOUNT_2, the active account must have the roles/iam.serviceAccountTokenCreator role on SERVICE_ACCOUNT_1, which must have the roles/iam.serviceAccountTokenCreator role on SERVICE_ACCOUNT_2. SERVICE_ACCOUNT_1 is the impersonated service account and SERVICE_ACCOUNT_2 is the delegate. Overrides the default auth/impersonate_service_account property value for this command invocation. --log-http Log all HTTP server requests and responses to stderr. Overrides the default core/log_http property value for this command invocation. --trace-token=TRACE_TOKEN Token used to route traces of service requests for investigation of issues. Overrides the default core/trace_token property value for this command invocation. --user-output-enabled Print user intended output to the console. Overrides the default core/user_output_enabled property value for this command invocation. Use --no-user-output-enabled to disable. GROUPS GROUP is one of the following: access-approval Manage Access Approval requests and settings. access-context-manager Manage Access Context Manager resources. active-directory Manage Managed Microsoft AD resources. ai Manage entities in Vertex AI. ai-platform Manage AI Platform jobs and models. alloydb Create and manage AlloyDB databases. anthos Anthos command Group. api-gateway Manage Cloud API Gateway resources. apigee Manage Apigee resources. apihub Manage Apihub resources. app Manage your App Engine deployments. apphub Manage App Hub resources. artifacts Manage Artifact Registry resources. asset Manage the Cloud Asset Inventory. assured Read and manipulate Assured Workloads data controls. audit-manager Enroll resources, audit workloads and generate reports. auth Manage oauth2 credentials for the Google Cloud CLI. backup-dr Manage Backup and DR resources. batch Manage Batch resources. beyondcorp Manage Beyondcorp resources. bigtable Manage your Cloud Bigtable storage. billing Manage billing accounts and associate them with projects. bms Manage Bare Metal Solution resources. bq Manage Bq resources. builds Create and manage builds for Google Cloud Build. certificate-manager Manage SSL certificates for your Google Cloud projects. cloud-shell Manage Google Cloud Shell. cloudlocationfinder Manage Cloudlocationfinder resources. colab Manage Colab Enterprise resources. compliance-manager Manage Compliance Manager resources. components List, install, update, or remove Google Cloud CLI components. composer Create and manage Cloud Composer Environments. compute Create and manipulate Compute Engine resources. config View and edit Google Cloud CLI properties. container Deploy and manage clusters of machines for running containers. data-catalog Manage Data Catalog resources. database-migration Manage Database Migration Service resources. dataflow Manage Google Cloud Dataflow resources. dataplex Manage Dataplex resources. dataproc Create and manage Google Cloud Dataproc clusters and jobs. datastore Manage your Cloud Datastore resources. datastream Manage Cloud Datastream resources. deploy Create and manage Cloud Deploy resources. deployment-manager Manage deployments of cloud resources. design-center Manage Application Design Center resources. developer-connect Manage Developer Connect resources. dns Manage your Cloud DNS managed-zones and record-sets. domains Manage domains for your Google Cloud projects. edge-cache Manage Media CDN resources. edge-cloud Manage edge-cloud resources. emulators Set up your local development environment using emulators. endpoints Create, enable and manage API services. essential-contacts Manage Essential Contacts. eventarc Manage Eventarc resources. filestore Create and manipulate Filestore resources. firebase Work with Google Firebase. firestore Manage your Cloud Firestore resources. functions Manage Google Cloud Functions. gemini Manage resources associated with Gemini Code Assist and Gemini Cloud Assist. healthcare Manage Cloud Healthcare resources. iam Manage IAM service accounts and keys. iap Manage IAP policies. identity Manage Cloud Identity Groups and Memberships resources. ids Manage Cloud IDS. immersive-stream Manage Immersive Stream resources. infra-manager Manage Infra Manager resources. kms Manage cryptographic keys in the cloud. logging Manage Cloud Logging. looker Manage Looker resources. lustre Manage Lustre resources. managed-kafka Administer Managed Service for Apache Kafka clusters, topics, and consumer groups. memcache Manage Cloud Memorystore Memcached resources. memorystore Manage Memorystore resources. metastore Manage Dataproc Metastore resources. migration The root group for various Cloud Migration teams. ml Use Google Cloud machine learning capabilities. model-armor Model Armor is a service offering LLM-agnostic security and AI safety measures to mitigate risks associated with large language models (LLMs). monitoring Manage Cloud Monitoring dashboards. netapp Create and manipulate Cloud NetApp Files resources. network-connectivity Manage Network Connectivity resources. network-management Manage Network Management resources. network-security Manage Network Security resources. network-services Manage Network Services resources. notebooks Notebooks Command Group. observability Manage Observability resources. oracle-database Manage Oracle Database resources. org-policies Create and manage Organization Policies. organizations Create and manage Google Cloud Platform Organizations. pam Manage Privileged Access Manager (PAM) entitlements and grants. parametermanager Parameter Manager is a single source of truth to store, access and manage the lifecycle of your application parameters. policy-intelligence A platform to help better understand, use, and manage policies at scale. policy-troubleshoot Troubleshoot Google Cloud Platform policies. privateca Manage private Certificate Authorities on Google Cloud. projects Create and manage project access policies. publicca Manage accounts for Google Trust Services' Certificate Authority. pubsub Manage Cloud Pub/Sub topics, subscriptions, and snapshots. recaptcha Manage reCAPTCHA Enterprise Keys. recommender Manage Cloud recommendations and recommendation rules. redis Manage Cloud Memorystore Redis resources. resource-manager Manage Cloud Resources. run Manage your Cloud Run applications. scc Manage Cloud SCC resources. scheduler Manage Cloud Scheduler jobs and schedules. secrets Manage secrets on Google Cloud. service-directory Command groups for Service Directory. service-extensions Manage Service Extensions resources. services List, enable and disable APIs and services. source Cloud git repository commands. source-manager Manage Secure Source Manager resources. spanner Command groups for Cloud Spanner. sql Create and manage Google Cloud SQL databases. storage Create and manage Cloud Storage buckets and objects. tasks Manage Cloud Tasks queues and tasks. telco-automation Manage Telco Automation resources. topic gcloud supplementary help. transcoder Manage Transcoder jobs and job templates. transfer Manage Transfer Service jobs, operations, and agents. vmware Manage Google Cloud VMware Engine resources. workbench Workbench Command Group. workflows Manage your Cloud Workflows resources. workspace-add-ons Manage Google Workspace Add-ons resources. workstations Manage Cloud Workstations resources. COMMANDS COMMAND is one of the following: cheat-sheet Display gcloud cheat sheet. docker (DEPRECATED) Enable Docker CLI access to Google Container Registry. feedback Provide feedback to the Google Cloud CLI team. help Search gcloud help text. info Display information about the current gcloud environment. init Initialize or reinitialize gcloud. survey Invoke a customer satisfaction survey for Google Cloud CLI. version Print version information for Google Cloud CLI components. ``` --- ## GitHub CLI - **Slug:** gh - **Binary:** `gh` - **Company:** GitHub (Microsoft) - **Description:** GitHub's official CLI for managing repositories, pull requests, issues, and GitHub Actions. - **Categories:** ci-cd-and-source-control - **Capabilities:** source-control, ci-cd, project-management, deployment - **Documentation:** https://cli.github.com/manual/ - **Repository:** https://github.com/cli/cli - **JSON endpoint:** /api/tools/gh.json ### Authentication - **Methods:** access-token, oauth, environment-variables - **Env vars:** `GH_TOKEN`, `GITHUB_TOKEN`, `GH_ENTERPRISE_TOKEN` - **Setup:** `gh auth login` ### Output Formats - **JSON support:** Yes (`--json `) - **Default format:** text ### Global Flags - `--repo` (string): Repository in OWNER/REPO format - `--jq` (string): JQ expression to filter JSON output - `--template` (string): Go template for output formatting ### Help Output ``` Work seamlessly with GitHub from the command line. USAGE gh [flags] CORE COMMANDS auth: Authenticate gh and git with GitHub browse: Open repositories, issues, pull requests, and more in the browser codespace: Connect to and manage codespaces gist: Manage gists issue: Manage issues org: Manage organizations pr: Manage pull requests project: Work with GitHub Projects. release: Manage releases repo: Manage repositories GITHUB ACTIONS COMMANDS cache: Manage GitHub Actions caches run: View details about workflow runs workflow: View details about GitHub Actions workflows EXTENSION COMMANDS aw: Extension aw ALIAS COMMANDS co: Alias for "pr checkout" ADDITIONAL COMMANDS alias: Create command shortcuts api: Make an authenticated GitHub API request attestation: Work with artifact attestations completion: Generate shell completion scripts config: Manage configuration for gh extension: Manage gh extensions gpg-key: Manage GPG keys label: Manage labels preview: Execute previews for gh features ruleset: View info about repo rulesets search: Search for repositories, issues, and pull requests secret: Manage GitHub secrets ssh-key: Manage SSH keys status: Print information about relevant issues, pull requests, and notifications across repositories variable: Manage GitHub Actions variables HELP TOPICS accessibility: Learn about GitHub CLI's accessibility experiences actions: Learn about working with GitHub Actions environment: Environment variables that can be used with gh exit-codes: Exit codes used by gh formatting: Formatting options for JSON data exported from gh mintty: Information about using gh with MinTTY reference: A comprehensive reference of all gh commands FLAGS --help Show help for command --version Show gh version EXAMPLES $ gh issue create $ gh repo clone cli/cli $ gh pr checkout 321 LEARN MORE Use `gh --help` for more information about a command. Read the manual at https://cli.github.com/manual Learn about exit codes using `gh help exit-codes` Learn about accessibility experiences using `gh help accessibility` ``` --- ## GitLab CLI - **Slug:** glab - **Binary:** `glab` - **Company:** GitLab - **Description:** Open source GitLab CLI for managing merge requests, issues, pipelines, and repositories. - **Categories:** ci-cd-and-source-control - **Capabilities:** source-control, ci-cd, project-management - **Documentation:** https://gitlab.com/gitlab-org/cli/-/blob/main/README.md - **Repository:** https://gitlab.com/gitlab-org/cli - **JSON endpoint:** /api/tools/glab.json ### Authentication - **Methods:** access-token, oauth - **Env vars:** `GITLAB_TOKEN`, `GITLAB_HOST` - **Setup:** `glab auth login` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** text ### Global Flags - `--output/-F` (enum): Output format - `--repo/-R` (string): Repository in OWNER/REPO format --- ## Grafana CLI - **Slug:** grafana-cli - **Binary:** `grafana-cli` - **Company:** Grafana Labs - **Description:** Local administration tool for managing Grafana server plugins and configuration. - **Categories:** observability-and-monitoring - **Capabilities:** monitoring, alerting - **Documentation:** https://grafana.com/docs/grafana/latest/cli/ - **Repository:** https://github.com/grafana/grafana - **JSON endpoint:** /api/tools/grafana-cli.json ### Authentication - **Methods:** config-file ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `--pluginsDir` (string): Path to Grafana plugins directory - `--homepath` (string): Path to Grafana install/home path --- ## Helm - **Slug:** helm - **Binary:** `helm` - **Company:** CNCF - **Description:** The package manager for Kubernetes. Manages Helm charts for application deployment. - **Categories:** containers-and-orchestration - **Capabilities:** container-orchestration, deployment, configuration-management - **Documentation:** https://helm.sh/docs/ - **Repository:** https://github.com/helm/helm - **JSON endpoint:** /api/tools/helm.json ### Authentication - **Methods:** config-file - **Setup:** `kubectl config use-context ` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** table ### Global Flags - `--namespace/-n` (string): Kubernetes namespace to target - `--kube-context` (string): Kubernetes context to use - `--output/-o` (enum): Output format --- ## Heroku CLI - **Slug:** heroku - **Binary:** `heroku` - **Company:** Salesforce/Heroku - **Description:** Command line interface for creating, managing, and deploying applications on Heroku. - **Categories:** cloud-provider - **Capabilities:** compute-management, deployment, database-management, logging - **Documentation:** https://devcenter.heroku.com/articles/heroku-cli - **Repository:** https://github.com/heroku/cli - **JSON endpoint:** /api/tools/heroku.json ### Authentication - **Methods:** access-token, environment-variables, config-file - **Env vars:** `HEROKU_API_KEY` - **Setup:** `heroku login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--app/-a` (string): App name to operate on - `--remote/-r` (string): Git remote to target - `--json` (boolean): Output results as JSON --- ## Honeytail - **Slug:** honeycomb - **Binary:** `honeytail` - **Company:** Honeycomb - **Description:** Log ingestion agent for parsing and sending structured events to Honeycomb.io. - **Categories:** observability-and-monitoring - **Capabilities:** tracing, logging, monitoring - **Documentation:** https://docs.honeycomb.io/send-data/logs/honeytail/ - **Repository:** https://github.com/honeycombio/honeytail - **JSON endpoint:** /api/tools/honeycomb.json ### Authentication - **Methods:** environment-variables - **Env vars:** `HONEYCOMB_API_KEY`, `HONEYCOMB_DATASET` ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `--parser` (enum): Log parser type - `--file` (string): Log file to process - `--dataset` (string): Honeycomb dataset name --- ## Infracost - **Slug:** infracost - **Binary:** `infracost` - **Company:** Infracost - **Description:** Cloud cost estimation tool that shows cost breakdowns for Terraform and OpenTofu changes. - **Categories:** infrastructure-as-code - **Capabilities:** cost-management, infrastructure-provisioning - **Documentation:** https://www.infracost.io/docs/ - **Repository:** https://github.com/infracost/infracost - **JSON endpoint:** /api/tools/infracost.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `INFRACOST_API_KEY` - **Setup:** `infracost auth login` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** table ### Global Flags - `--format` (enum): Output format - `--path` (string): Path to Terraform/OpenTofu directory - `--show-skipped` (boolean): Show unsupported resources - `--no-color` (boolean): Disable color output --- ## Istio CLI - **Slug:** istioctl - **Binary:** `istioctl` - **Company:** Google / CNCF - **Description:** Configuration and troubleshooting tool for the Istio service mesh on Kubernetes. - **Categories:** containers-and-orchestration - **Capabilities:** service-mesh, networking, container-orchestration - **Documentation:** https://istio.io/latest/docs/reference/commands/istioctl/ - **Repository:** https://github.com/istio/istio - **JSON endpoint:** /api/tools/istioctl.json ### Authentication - **Methods:** config-file - **Env vars:** `KUBECONFIG` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `--context` (string): Kubernetes context to use - `--kubeconfig` (string): Path to kubeconfig file - `--namespace` (string): Target namespace - `-o` (enum): Output format --- ## Grafana k6 - **Slug:** k6 - **Binary:** `k6` - **Company:** Grafana Labs - **Description:** Modern load testing tool for developers, using JavaScript to define test scenarios. - **Categories:** observability-and-monitoring - **Capabilities:** monitoring, api-management - **Documentation:** https://grafana.com/docs/k6/latest/ - **Repository:** https://github.com/grafana/k6 - **JSON endpoint:** /api/tools/k6.json ### Authentication - **Methods:** environment-variables - **Env vars:** `K6_CLOUD_TOKEN` - **Setup:** `k6 cloud login` ### Output Formats - **JSON support:** Yes (`--out json=results.json`) - **Default format:** text ### Global Flags - `--out/-o` (string): Output metrics destination (json, csv, cloud, influxdb, etc.) - `--vus` (integer): Number of virtual users - `--duration` (string): Test duration (e.g. 30s, 5m, 1h) - `--quiet` (boolean): Suppress progress bar - `--summary-trend-stats` (string): Trend statistics to include in summary --- ## Kubernetes CLI - **Slug:** kubectl - **Binary:** `kubectl` - **Company:** Google / CNCF - **Description:** Command line tool for communicating with Kubernetes cluster control planes. - **Categories:** containers-and-orchestration - **Capabilities:** container-orchestration, deployment, networking, configuration-management - **Documentation:** https://kubernetes.io/docs/reference/kubectl/ - **Repository:** https://github.com/kubernetes/kubectl - **JSON endpoint:** /api/tools/kubectl.json ### Authentication - **Methods:** config-file, environment-variables, service-account - **Env vars:** `KUBECONFIG` - **Setup:** `kubectl config set-cluster` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `--namespace` (string): Kubernetes namespace to target - `--context` (string): Kubeconfig context to use - `--kubeconfig` (string): Path to kubeconfig file - `-o` (enum): Output format ### Help Output ``` kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ Basic Commands (Beginner): create Create a resource from a file or from stdin expose Take a replication controller, service, deployment or pod and expose it as a new Kubernetes service run Run a particular image on the cluster set Set specific features on objects Basic Commands (Intermediate): explain Get documentation for a resource get Display one or many resources edit Edit a resource on the server delete Delete resources by file names, stdin, resources and names, or by resources and label selector Deploy Commands: rollout Manage the rollout of a resource scale Set a new size for a deployment, replica set, or replication controller autoscale Auto-scale a deployment, replica set, stateful set, or replication controller Cluster Management Commands: certificate Modify certificate resources cluster-info Display cluster information top Display resource (CPU/memory) usage cordon Mark node as unschedulable uncordon Mark node as schedulable drain Drain node in preparation for maintenance taint Update the taints on one or more nodes Troubleshooting and Debugging Commands: describe Show details of a specific resource or group of resources logs Print the logs for a container in a pod attach Attach to a running container exec Execute a command in a container port-forward Forward one or more local ports to a pod proxy Run a proxy to the Kubernetes API server cp Copy files and directories to and from containers auth Inspect authorization debug Create debugging sessions for troubleshooting workloads and nodes events List events Advanced Commands: diff Diff the live version against a would-be applied version apply Apply a configuration to a resource by file name or stdin patch Update fields of a resource replace Replace a resource by file name or stdin wait Experimental: Wait for a specific condition on one or many resources kustomize Build a kustomization target from a directory or URL Settings Commands: label Update the labels on a resource annotate Update the annotations on a resource completion Output shell completion code for the specified shell (bash, zsh, fish, or powershell) Subcommands provided by plugins: Other Commands: api-resources Print the supported API resources on the server api-versions Print the supported API versions on the server, in the form of "group/version" config Modify kubeconfig files plugin Provides utilities for interacting with plugins version Print the client and server version information Usage: kubectl [flags] [options] Use "kubectl --help" for more information about a given command. Use "kubectl options" for a list of global command-line options (applies to all commands). ``` --- ## Kustomize - **Slug:** kustomize - **Binary:** `kustomize` - **Company:** Google / CNCF - **Description:** Template-free customization of Kubernetes YAML configurations using overlays and patches. - **Categories:** containers-and-orchestration - **Capabilities:** configuration-management, deployment - **Documentation:** https://kubectl.docs.kubernetes.io/references/kustomize/ - **Repository:** https://github.com/kubernetes-sigs/kustomize - **JSON endpoint:** /api/tools/kustomize.json ### Authentication ### Output Formats - **JSON support:** No - **Default format:** yaml ### Global Flags - `--reorder` (enum): Reorder resources output - `--load-restrictor` (enum): Control file loading restrictions --- ## Lacework CLI - **Slug:** lacework - **Binary:** `lacework` - **Company:** Fortinet/Lacework - **Description:** Cloud security platform CLI for vulnerability scanning, compliance, and threat detection. - **Categories:** security-and-identity - **Capabilities:** vulnerability-scanning, monitoring, policy-enforcement - **Documentation:** https://docs.lacework.net/cli/ - **Repository:** https://github.com/lacework/go-sdk - **JSON endpoint:** /api/tools/lacework.json ### Authentication - **Methods:** access-token, config-file - **Env vars:** `LW_API_KEY`, `LW_API_SECRET`, `LW_ACCOUNT` - **Setup:** `lacework configure` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** human --- ## Linear CLI - **Slug:** linear - **Binary:** `linear` - **Company:** Linear - **Description:** Community CLI and API access for Linear project management and issue tracking. - **Categories:** collaboration-and-productivity - **Capabilities:** project-management - **Documentation:** https://linear.app/docs - **JSON endpoint:** /api/tools/linear.json ### Output Formats - **JSON support:** No - **Default format:** text --- ## Linode CLI - **Slug:** linode-cli - **Binary:** `linode-cli` - **Company:** Akamai - **Description:** Command line interface for managing Akamai/Linode cloud infrastructure and services. - **Categories:** cloud-provider - **Capabilities:** compute-management, storage-management, database-management, networking, dns-management - **Documentation:** https://www.linode.com/docs/products/tools/cli/ - **Repository:** https://github.com/linode/linode-cli - **JSON endpoint:** /api/tools/linode-cli.json ### Authentication - **Methods:** access-token, config-file - **Env vars:** `LINODE_CLI_TOKEN` - **Setup:** `linode-cli configure` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** table ### Global Flags - `--json` (boolean): Output results as JSON - `--text` (boolean): Output results as plain text table - `--suppress-warnings` (boolean): Suppress warning messages --- ## Grafana Loki CLI - **Slug:** logcli - **Binary:** `logcli` - **Company:** Grafana Labs - **Description:** Command line client for querying and tailing logs from Grafana Loki log aggregation system. - **Categories:** observability-and-monitoring - **Capabilities:** logging - **Documentation:** https://grafana.com/docs/loki/latest/query/logcli/ - **Repository:** https://github.com/grafana/loki - **JSON endpoint:** /api/tools/logcli.json ### Authentication - **Methods:** environment-variables - **Env vars:** `LOKI_ADDR`, `LOKI_USERNAME`, `LOKI_PASSWORD`, `LOKI_BEARER_TOKEN` ### Output Formats - **JSON support:** Yes (`--output=jsonl`) - **Default format:** text ### Global Flags - `--addr` (string): Loki server address - `--output` (enum): Output format - `--limit` (integer): Maximum number of entries to return - `--since` (string): Lookback window (e.g. 1h, 30m) - `--from` (string): Start time for query range - `--to` (string): End time for query range --- ## MinIO Client - **Slug:** mc - **Binary:** `mc` - **Company:** MinIO - **Description:** Command line tool for managing MinIO and Amazon S3 compatible object storage services. - **Categories:** cloud-provider - **Capabilities:** storage-management - **Documentation:** https://min.io/docs/minio/linux/reference/minio-mc.html - **Repository:** https://github.com/minio/mc - **JSON endpoint:** /api/tools/mc.json ### Authentication - **Methods:** config-file, environment-variables - **Env vars:** `MC_HOST_` - **Setup:** `mc alias set ` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--json` (boolean): Output in JSON format - `--quiet/-q` (boolean): Suppress verbose output - `--insecure` (boolean): Disable TLS verification - `--debug` (boolean): Enable debug output --- ## MongoDB Shell - **Slug:** mongosh - **Binary:** `mongosh` - **Company:** MongoDB - **Description:** Modern interactive shell for MongoDB with syntax highlighting, autocompletion, and built-in help. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://www.mongodb.com/docs/mongodb-shell/ - **Repository:** https://github.com/mongodb-js/mongosh - **JSON endpoint:** /api/tools/mongosh.json ### Authentication - **Methods:** connection-string, environment-variables - **Env vars:** `MONGOSH_URI`, `MONGODB_URI` - **Setup:** `mongosh mongodb://localhost:27017` ### Output Formats - **JSON support:** Yes (`--json=relaxed`) - **Default format:** text ### Global Flags - `--host` (string): MongoDB server host - `--port` (string): MongoDB server port - `--username/-u` (string): Authentication username - `--password/-p` (string): Authentication password - `--eval` (string): Evaluate a JavaScript expression - `--quiet` (boolean): Suppress startup messages --- ## NATS CLI - **Slug:** nats - **Binary:** `nats` - **Company:** Synadia - **Description:** Command line tool for managing NATS.io messaging system servers, streams, and consumers. - **Categories:** messaging-and-streaming - **Capabilities:** message-queues, event-streaming - **Documentation:** https://docs.nats.io/running-a-nats-service/clients#nats-cli - **Repository:** https://github.com/nats-io/natscli - **JSON endpoint:** /api/tools/nats.json ### Authentication - **Methods:** config-file, environment-variables - **Env vars:** `NATS_URL`, `NATS_CONTEXT`, `NATS_CREDS` - **Setup:** `nats context add --server ` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--server/-s` (string): NATS server URL - `--context` (string): Named context to use - `--creds` (string): Path to credentials file - `--json` (boolean): Output in JSON format --- ## Neon CLI - **Slug:** neon - **Binary:** `neonctl` - **Company:** Neon - **Description:** CLI for managing Neon serverless Postgres databases, branches, and connection strings. - **Categories:** developer-platforms - **Capabilities:** database-management, serverless - **Documentation:** https://neon.tech/docs/reference/cli-install - **Repository:** https://github.com/neondatabase/neonctl - **JSON endpoint:** /api/tools/neon.json ### Authentication - **Methods:** access-token, oauth - **Env vars:** `NEON_API_KEY` - **Setup:** `neonctl auth` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** table ### Global Flags - `--output/-o` (enum): Output format - `--project-id` (string): Neon project ID to target --- ## Netlify CLI - **Slug:** netlify - **Binary:** `netlify` - **Company:** Netlify - **Description:** Command line interface for deploying, managing, and developing Netlify sites and functions. - **Categories:** developer-platforms - **Capabilities:** deployment, serverless, edge-computing, cdn - **Documentation:** https://docs.netlify.com/cli/get-started/ - **Repository:** https://github.com/netlify/cli - **JSON endpoint:** /api/tools/netlify.json ### Authentication - **Methods:** access-token, oauth - **Env vars:** `NETLIFY_AUTH_TOKEN`, `NETLIFY_SITE_ID` - **Setup:** `netlify login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Help Output ``` ⬥ Netlify CLI VERSION netlify-cli/24.0.1 darwin-arm64 node-v22.13.1 USAGE $ netlify [COMMAND] COMMANDS $ agents Manage Netlify AI agent tasks $ api Run any Netlify API method $ blobs Manage objects in Netlify Blobs $ build Build on your local machine $ clone Clone a remote repository and link it to an existing project on Netlify $ completion Generate shell completion script $ db Provision a production ready Postgres database with a single command $ deploy Deploy your project to Netlify $ dev Local dev server $ env Control environment variables for the current project $ functions Manage netlify functions $ init Configure continuous deployment for a new or existing project. To create a new project without continuous deployment, use `netlify sites:create` $ link Link a local repo or project folder to an existing project on Netlify $ login Login to your Netlify account $ logs Stream logs from your project $ open Open settings for the project linked to the current folder $ recipes Create and modify files in a project using pre-defined recipes $ serve Build the project for production and serve locally. This does not watch the code for changes, so if you need to rebuild your project then you must exit and run `serve` again. $ sites Handle various project operations $ status Print status information $ switch Switch your active Netlify account $ unlink Unlink a local folder from a Netlify project $ watch Watch for project deploy to finish → For more help with the CLI, visit https://developers.netlify.com/cli → For help with Netlify, visit https://docs.netlify.com → To report a CLI bug, visit https://github.com/netlify/cli/issues ``` --- ## New Relic CLI - **Slug:** newrelic - **Binary:** `newrelic` - **Company:** New Relic - **Description:** Command line interface for New Relic observability platform with NRQL query support. - **Categories:** observability-and-monitoring - **Capabilities:** monitoring, alerting, deployment - **Documentation:** https://github.com/newrelic/newrelic-cli/blob/main/README.md - **Repository:** https://github.com/newrelic/newrelic-cli - **JSON endpoint:** /api/tools/newrelic.json ### Authentication - **Methods:** access-token - **Env vars:** `NEW_RELIC_API_KEY`, `NEW_RELIC_ACCOUNT_ID`, `NEW_RELIC_REGION` - **Setup:** `newrelic profile add` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** text ### Global Flags - `--format` (enum): Output format - `--accountId` (string): New Relic account ID --- ## ngrok - **Slug:** ngrok - **Binary:** `ngrok` - **Company:** ngrok - **Description:** Ingress-as-a-service platform for exposing local services to the internet with secure tunnels. - **Categories:** developer-platforms - **Capabilities:** networking, api-management - **Documentation:** https://ngrok.com/docs/agent/cli/ - **Repository:** https://github.com/ngrok/ngrok - **JSON endpoint:** /api/tools/ngrok.json ### Authentication - **Methods:** access-token - **Env vars:** `NGROK_AUTHTOKEN` - **Setup:** `ngrok config add-authtoken ` ### Output Formats - **JSON support:** Yes (`--log-format=json`) - **Default format:** text ### Global Flags - `--config` (string): Path to config file - `--log` (enum): Log destination - `--log-format` (enum): Log output format - `--region` (string): ngrok server region --- ## HashiCorp Nomad - **Slug:** nomad - **Binary:** `nomad` - **Company:** HashiCorp - **Description:** Flexible workload orchestrator for deploying and managing containers, binaries, and virtual machines. - **Categories:** containers-and-orchestration - **Capabilities:** container-orchestration, deployment, compute-management - **Documentation:** https://developer.hashicorp.com/nomad/docs/commands - **Repository:** https://github.com/hashicorp/nomad - **JSON endpoint:** /api/tools/nomad.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `NOMAD_ADDR`, `NOMAD_TOKEN`, `NOMAD_REGION`, `NOMAD_NAMESPACE` - **Setup:** `nomad login` ### Output Formats - **JSON support:** Yes (`-json`) - **Default format:** table ### Global Flags - `-address` (string): Nomad server address - `-region` (string): Target region - `-namespace` (string): Target namespace - `-json` (boolean): Output in JSON format - `-t` (string): Go template format string --- ## Oracle Cloud CLI - **Slug:** oci - **Binary:** `oci` - **Company:** Oracle - **Description:** Command line interface for Oracle Cloud Infrastructure service management and automation. - **Categories:** cloud-provider - **Capabilities:** compute-management, storage-management, database-management, networking, identity-and-access - **Documentation:** https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm - **Repository:** https://github.com/oracle/oci-cli - **JSON endpoint:** /api/tools/oci.json ### Authentication - **Methods:** config-file, environment-variables - **Setup:** `oci setup config` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** json ### Global Flags - `--output` (enum): Output format - `--compartment-id` (string): OCID of the compartment to target - `--query` (string): JMESPath query to filter output - `--profile` (string): Named profile from config file --- ## Okta CLI - **Slug:** okta - **Binary:** `okta` - **Company:** Okta - **Description:** Developer CLI for creating Okta applications, managing OAuth flows, and identity setup. - **Categories:** security-and-identity - **Capabilities:** authentication, identity-and-access - **Documentation:** https://cli.okta.com/ - **Repository:** https://github.com/okta/okta-cli - **JSON endpoint:** /api/tools/okta.json ### Authentication - **Methods:** access-token - **Env vars:** `OKTA_CLI_ORGURL`, `OKTA_CLI_TOKEN` - **Setup:** `okta login` ### Output Formats - **JSON support:** No - **Default format:** text --- ## 1Password CLI - **Slug:** op - **Binary:** `op` - **Company:** 1Password - **Description:** 1Password CLI for accessing secrets, managing vaults, and integrating with automation. - **Categories:** security-and-identity - **Capabilities:** secrets-management, authentication - **Documentation:** https://developer.1password.com/docs/cli/ - **Repository:** https://github.com/1Password/connect - **JSON endpoint:** /api/tools/op.json ### Authentication - **Methods:** service-account, biometric, environment-variables - **Env vars:** `OP_SERVICE_ACCOUNT_TOKEN`, `OP_CONNECT_HOST`, `OP_CONNECT_TOKEN` - **Setup:** `op signin` ### Output Formats - **JSON support:** Yes (`--format=json`) - **Default format:** text ### Global Flags - `--format` (enum): Output format - `--account` (string): 1Password account to use - `--vault` (string): Vault to target --- ## Open Policy Agent - **Slug:** opa - **Binary:** `opa` - **Company:** Styra / CNCF - **Description:** General-purpose policy engine for unified policy enforcement across the cloud-native stack. - **Categories:** security-and-identity - **Capabilities:** policy-enforcement - **Documentation:** https://www.openpolicyagent.org/docs/latest/cli/ - **Repository:** https://github.com/open-policy-agent/opa - **JSON endpoint:** /api/tools/opa.json ### Authentication ### Output Formats - **JSON support:** Yes (`--format=json`) - **Default format:** text ### Global Flags - `--format` (enum): Output format - `--bundle/-b` (string): Path to policy bundle - `--data/-d` (string): Path to data file - `--input/-i` (string): Path to input file --- ## HashiCorp Packer - **Slug:** packer - **Binary:** `packer` - **Company:** HashiCorp - **Description:** Automated machine image builder for creating identical images across multiple platforms. - **Categories:** infrastructure-as-code - **Capabilities:** infrastructure-provisioning, compute-management - **Documentation:** https://developer.hashicorp.com/packer/docs/commands - **Repository:** https://github.com/hashicorp/packer - **JSON endpoint:** /api/tools/packer.json ### Authentication - **Methods:** environment-variables - **Env vars:** `PKR_VAR_*`, `PACKER_LOG` ### Output Formats - **JSON support:** Yes (`-machine-readable`) - **Default format:** text ### Global Flags - `-machine-readable` (boolean): Machine-readable output format - `-color` (boolean): Enable color output - `-var` (string): Set a variable value - `-var-file` (string): Path to variable definitions file --- ## Podman - **Slug:** podman - **Binary:** `podman` - **Company:** Red Hat - **Description:** Daemonless container engine for developing, managing, and running OCI containers on Linux. - **Categories:** containers-and-orchestration - **Capabilities:** container-orchestration, container-registry, networking - **Documentation:** https://docs.podman.io/ - **Repository:** https://github.com/containers/podman - **JSON endpoint:** /api/tools/podman.json ### Authentication - **Methods:** config-file, credential-helper - **Env vars:** `CONTAINER_HOST`, `REGISTRY_AUTH_FILE` - **Setup:** `podman login` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** table ### Global Flags - `--connection` (string): Remote connection name - `--log-level` (enum): Logging level - `--format` (string): Go template or json format string --- ## Prefect CLI - **Slug:** prefect - **Binary:** `prefect` - **Company:** Prefect - **Description:** CLI for the Prefect workflow orchestration platform, managing flows, deployments, and work pools. - **Categories:** developer-platforms - **Capabilities:** data-pipelines, deployment, monitoring - **Documentation:** https://docs.prefect.io/latest/api-ref/cli/root/ - **Repository:** https://github.com/PrefectHQ/prefect - **JSON endpoint:** /api/tools/prefect.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `PREFECT_API_URL`, `PREFECT_API_KEY` - **Setup:** `prefect cloud login` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** text --- ## PlanetScale CLI - **Slug:** pscale - **Binary:** `pscale` - **Company:** PlanetScale - **Description:** Command line interface for PlanetScale serverless MySQL with branch-based workflows. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://planetscale.com/docs/concepts/planetscale-environment-setup - **Repository:** https://github.com/planetscale/cli - **JSON endpoint:** /api/tools/pscale.json ### Authentication - **Methods:** access-token, oauth - **Env vars:** `PLANETSCALE_SERVICE_TOKEN`, `PLANETSCALE_SERVICE_TOKEN_ID` - **Setup:** `pscale auth login` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** text ### Global Flags - `--format` (enum): Output format - `--org` (string): Organization to target --- ## Pulumi CLI - **Slug:** pulumi - **Binary:** `pulumi` - **Company:** Pulumi Corporation - **Description:** Infrastructure as code CLI using general-purpose programming languages for cloud resource management. - **Categories:** infrastructure-as-code - **Capabilities:** infrastructure-provisioning, configuration-management, deployment, secrets-management - **Documentation:** https://www.pulumi.com/docs/cli/ - **Repository:** https://github.com/pulumi/pulumi - **JSON endpoint:** /api/tools/pulumi.json ### Authentication - **Methods:** environment-variables, config-file, access-token - **Env vars:** `PULUMI_ACCESS_TOKEN`, `PULUMI_BACKEND_URL`, `PULUMI_CONFIG_PASSPHRASE` - **Setup:** `pulumi login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--cwd` (string): Run as if started in the given directory - `--stack` (string): Target stack name - `--non-interactive` (boolean): Disable interactive mode - `--json` (boolean): Emit output as JSON - `--color` (enum): Color output mode ### Help Output ``` Pulumi - Modern Infrastructure as Code To begin working with Pulumi, run the `pulumi new` command: $ pulumi new This will prompt you to create a new project for your cloud and language of choice. The most common commands from there are: - pulumi up : Deploy code and/or resource changes - pulumi stack : Manage instances of your project - pulumi config : Alter your stack's configuration or secrets - pulumi destroy : Tear down your stack's resources entirely For more information, please visit the project page: https://www.pulumi.com/docs/ Usage: pulumi [command] Stack Management Commands: new Create a new Pulumi project config Manage configuration stack Manage stacks and view stack state console Opens the current stack in the Pulumi Console import Import resources into an existing stack refresh Refresh the resources in a stack state Edit the current stack's state install Install packages and plugins for the current program or policy pack. Deployment Commands: up Create or update the resources in a stack destroy Destroy all existing resources in the stack preview Show a preview of updates to a stack's resources cancel Cancel a stack's currently running update, if any Environment Commands: env Manage environments Pulumi Cloud Commands: login Log in to the Pulumi Cloud logout Log out of the Pulumi Cloud whoami Display the current logged-in user org Manage Organization configuration project Manage Pulumi projects Policy Management Commands: policy Manage resource policies Plugin Commands: plugin Manage language and resource provider plugins schema Analyze package schemas package Work with Pulumi packages template Work with Pulumi templates Other Commands: version Print Pulumi's version number about Print information about the Pulumi environment. gen-completion Generate completion scripts for the Pulumi CLI Experimental Commands: convert Convert Pulumi programs from a supported source program into other supported languages watch Continuously update the resources in a stack logs Show aggregated resource logs for a stack Flags: --color string Colorize output. Choices are: always, never, raw, auto (default "auto") -C, --cwd string Run pulumi as if it had been started in another directory --disable-integrity-checking Disable integrity checking of checkpoint files -e, --emoji Enable emojis in the output (default true) -Q, --fully-qualify-stack-names Show fully-qualified stack names -h, --help help for pulumi --logflow Flow log settings to child processes (like plugins) --logtostderr Log to stderr instead of to files --memprofilerate int Enable more precise (and expensive) memory allocation profiles by setting runtime.MemProfileRate --non-interactive Disable interactive mode for all commands --profiling string Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively --tracing file: Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file -v, --verbose int Enable verbose logging (e.g., v=3); anything >3 is very verbose Use `pulumi [command] --help` for more information about a command. ``` --- ## Railway CLI - **Slug:** railway - **Binary:** `railway` - **Company:** Railway - **Description:** Deploy and manage applications on Railway with database provisioning and environment management. - **Categories:** developer-platforms - **Capabilities:** deployment, database-management - **Documentation:** https://docs.railway.app/reference/cli-api - **Repository:** https://github.com/railwayapp/cli - **JSON endpoint:** /api/tools/railway.json ### Authentication - **Methods:** access-token, oauth - **Env vars:** `RAILWAY_TOKEN` - **Setup:** `railway login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Help Output ``` Interact with Railway via CLI Usage: railway [COMMAND] Commands: add Add a service to your project completion Generate completion script connect Connect to a database's shell (psql for Postgres, mongosh for MongoDB, etc.) delete Delete a project deploy Provisions a template into your project deployment Manage deployments dev Run Railway services locally [aliases: develop] domain Add a custom domain or generate a railway provided domain for a service docs Open Railway Documentation in default browser down Remove the most recent deployment environment Create, delete or link an environment [aliases: env] init Create a new project link Associate existing project with current directory, may specify projectId as an argument list List all projects in your Railway account login Login to your Railway account logout Logout of your Railway account logs View build or deploy logs from a Railway deployment open Open your project dashboard project Manage projects run Run a local command using variables from the active environment [aliases: local] service Manage services shell Open a local subshell with Railway variables available ssh Connect to a service via SSH status Show information about the current project telemetry_cmd Manage telemetry preferences [aliases: telemetry] unlink Disassociate project from current directory up Upload and deploy project from the current directory upgrade Upgrade the Railway CLI to the latest version variable Manage environment variables for a service [aliases: variables, vars, var] whoami Get the current logged in user volume Manage project volumes redeploy Redeploy the latest deployment of a service restart Restart the latest deployment of a service (without rebuilding) scale check_updates Test the update check functions Manage project functions [aliases: function, func, fn, funcs, fns] help Print this message or the help of the given subcommand(s) Options: -h, --help Print help -V, --version Print version ``` --- ## Redis CLI - **Slug:** redis-cli - **Binary:** `redis-cli` - **Company:** Redis Ltd. - **Description:** Command line interface for interacting with Redis in-memory data store servers. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://redis.io/docs/latest/develop/tools/cli/ - **Repository:** https://github.com/redis/redis - **JSON endpoint:** /api/tools/redis-cli.json ### Authentication - **Methods:** connection-string, environment-variables - **Env vars:** `REDISCLI_AUTH`, `REDIS_URL` ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `-h` (string): Server hostname - `-p` (string): Server port - `-a` (string): Authentication password - `-u` (string): Server URI - `--raw` (boolean): Raw output format (no quoting) - `--csv` (boolean): CSV output format - `--json` (boolean): JSON output format --- ## Render CLI - **Slug:** render - **Binary:** `render` - **Company:** Render - **Description:** Command line interface for managing services, deploys, and databases on the Render platform. - **Categories:** developer-platforms - **Capabilities:** deployment, database-management - **Documentation:** https://render.com/docs/cli - **Repository:** https://github.com/render-oss/render-cli - **JSON endpoint:** /api/tools/render.json ### Authentication - **Methods:** access-token - **Env vars:** `RENDER_API_KEY` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text --- ## AWS SAM CLI - **Slug:** sam-cli - **Binary:** `sam` - **Company:** Amazon Web Services - **Description:** Build, test, and deploy serverless applications defined with AWS SAM templates. - **Categories:** cloud-provider - **Capabilities:** serverless, deployment - **Documentation:** https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html - **Repository:** https://github.com/aws/aws-sam-cli - **JSON endpoint:** /api/tools/sam-cli.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_SESSION_TOKEN`, `AWS_PROFILE`, `AWS_REGION` - **Setup:** `aws configure` ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `--region` (string): AWS region - `--profile` (string): AWS credentials profile - `--no-color` (boolean): Disable color output - `--debug` (boolean): Enable debug logging --- ## Sentry CLI - **Slug:** sentry-cli - **Binary:** `sentry-cli` - **Company:** Sentry - **Description:** Manage Sentry releases, upload sourcemaps, and track deployments from the command line. - **Categories:** collaboration-and-productivity - **Capabilities:** incident-management, deployment, monitoring - **Documentation:** https://docs.sentry.io/cli/ - **Repository:** https://github.com/getsentry/sentry-cli - **JSON endpoint:** /api/tools/sentry-cli.json ### Authentication - **Methods:** access-token - **Env vars:** `SENTRY_AUTH_TOKEN`, `SENTRY_ORG`, `SENTRY_PROJECT` - **Setup:** `sentry-cli login` ### Output Formats - **JSON support:** No - **Default format:** text ### Help Output ``` Command line utility for Sentry. This tool helps you manage remote resources on a Sentry server like sourcemaps, debug symbols or releases. Use `--help` on the subcommands to learn more about them. Usage: sentry-cli [OPTIONS] Commands: completions Generate completions for the specified shell. build Manage builds. debug-files Locate, analyze or upload debug information files. [aliases: dif] deploys Manage deployments for Sentry releases. events Manage events on Sentry. info Print information about the configuration and verify authentication. issues Manage issues in Sentry. login Authenticate with the Sentry server. logs [BETA] Manage logs in Sentry monitors Manage cron monitors on Sentry. organizations Manage organizations on Sentry. proguard Manage ProGuard mapping files. projects Manage projects on Sentry. react-native Upload build artifacts for react-native projects. releases Manage releases on Sentry. repos Manage repositories on Sentry. send-event Send a manual event to Sentry. send-envelope Send a stored envelope to Sentry. sourcemaps Manage sourcemaps for Sentry releases. dart-symbol-map Manage Dart/Flutter symbol maps for Sentry. uninstall Uninstall the sentry-cli executable. upload-proguard Upload ProGuard mapping files to a project. help Print this message or the help of the given subcommand(s) Options: --url Fully qualified URL to the Sentry server. [default: https://sentry.io/] --header Custom headers that should be attached to all requests in key:value format. --auth-token Use the given Sentry auth token. --log-level Set the log output verbosity. [possible values: trace, debug, info, warn, error] --quiet Do not print any output while preserving correct exit code. This flag is currently implemented only for selected subcommands. [aliases: --silent] -h, --help Print help -V, --version Print version ``` --- ## Shopify CLI - **Slug:** shopify - **Binary:** `shopify` - **Company:** Shopify - **Description:** Build, test, and deploy Shopify apps, themes, and Hydrogen storefronts from the command line. - **Categories:** developer-platforms - **Capabilities:** deployment, api-management - **Documentation:** https://shopify.dev/docs/api/shopify-cli - **Repository:** https://github.com/Shopify/cli - **JSON endpoint:** /api/tools/shopify.json ### Authentication - **Methods:** oauth - **Setup:** `shopify auth login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--path` (string): Path to project directory - `--verbose` (boolean): Enable verbose output - `--no-color` (boolean): Disable color output --- ## Skaffold - **Slug:** skaffold - **Binary:** `skaffold` - **Company:** Google - **Description:** Continuous development tool for Kubernetes applications, handling build, push, and deploy workflows. - **Categories:** containers-and-orchestration - **Capabilities:** deployment, container-orchestration, ci-cd - **Documentation:** https://skaffold.dev/docs/references/cli/ - **Repository:** https://github.com/GoogleContainerTools/skaffold - **JSON endpoint:** /api/tools/skaffold.json ### Authentication - **Methods:** config-file - **Env vars:** `KUBECONFIG`, `SKAFFOLD_DEFAULT_REPO` ### Output Formats - **JSON support:** Yes (`--output {{json .}}`) - **Default format:** text ### Global Flags - `--profile/-p` (string): Skaffold profile to activate - `--namespace/-n` (string): Kubernetes namespace - `--default-repo/-d` (string): Default container image registry - `--filename/-f` (string): Path to Skaffold config file --- ## Skopeo - **Slug:** skopeo - **Binary:** `skopeo` - **Company:** Red Hat - **Description:** Command line tool for inspecting, copying, and signing container images across registries. - **Categories:** containers-and-orchestration - **Capabilities:** container-registry - **Documentation:** https://github.com/containers/skopeo/blob/main/docs/skopeo.1.md - **Repository:** https://github.com/containers/skopeo - **JSON endpoint:** /api/tools/skopeo.json ### Authentication - **Methods:** config-file, credential-helper - **Env vars:** `REGISTRY_AUTH_FILE` - **Setup:** `skopeo login` ### Output Formats - **JSON support:** Yes (`--raw`) - **Default format:** json ### Global Flags - `--override-os` (string): Override OS for image lookup - `--override-arch` (string): Override architecture for image lookup - `--authfile` (string): Path to authentication file - `--tls-verify` (boolean): Require TLS verification --- ## Slack CLI - **Slug:** slack - **Binary:** `slack` - **Company:** Salesforce/Slack - **Description:** Build, deploy, and manage Slack apps and workflow automations using the Deno SDK. - **Categories:** collaboration-and-productivity - **Capabilities:** communication, deployment - **Documentation:** https://api.slack.com/automation/cli - **Repository:** https://github.com/slackapi/slack-cli - **JSON endpoint:** /api/tools/slack.json ### Authentication - **Methods:** oauth - **Setup:** `slack login` ### Output Formats - **JSON support:** No - **Default format:** text --- ## Snowflake CLI - **Slug:** snow - **Binary:** `snow` - **Company:** Snowflake - **Description:** Command line interface for managing Snowflake data platform resources and running queries. - **Categories:** databases-and-data - **Capabilities:** database-management, data-pipelines - **Documentation:** https://docs.snowflake.com/en/developer-guide/snowflake-cli/index - **Repository:** https://github.com/snowflakedb/snowflake-cli - **JSON endpoint:** /api/tools/snow.json ### Authentication - **Methods:** config-file, environment-variables - **Env vars:** `SNOWFLAKE_DEFAULT_CONNECTION_NAME` - **Setup:** `snow connection add` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** table ### Global Flags - `--connection/-c` (string): Named connection to use - `--format` (enum): Output format - `--silent` (boolean): Suppress intermediate output --- ## Snyk CLI - **Slug:** snyk - **Binary:** `snyk` - **Company:** Snyk - **Description:** Developer security CLI for finding and fixing vulnerabilities in code, dependencies, and containers. - **Categories:** security-and-identity - **Capabilities:** vulnerability-scanning, container-registry - **Documentation:** https://docs.snyk.io/snyk-cli - **Repository:** https://github.com/snyk/cli - **JSON endpoint:** /api/tools/snyk.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `SNYK_TOKEN`, `SNYK_ORG` - **Setup:** `snyk auth` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--json` (boolean): Output results as JSON - `--severity-threshold` (enum): Minimum severity level to report - `--org` (string): Snyk organization to use - `--all-projects` (boolean): Detect and scan all projects in the working directory --- ## Spacelift CLI - **Slug:** spacectl - **Binary:** `spacectl` - **Company:** Spacelift - **Description:** CLI for managing Spacelift infrastructure orchestration stacks, runs, and policies. - **Categories:** ci-cd-and-source-control - **Capabilities:** ci-cd, infrastructure-provisioning, policy-enforcement - **Documentation:** https://docs.spacelift.io/concepts/spacectl - **Repository:** https://github.com/spacelift-io/spacectl - **JSON endpoint:** /api/tools/spacectl.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `SPACELIFT_API_KEY_ENDPOINT`, `SPACELIFT_API_KEY_ID`, `SPACELIFT_API_KEY_SECRET` - **Setup:** `spacectl profile login ` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** table ### Global Flags - `--output` (enum): Output format - `--profile/-p` (string): Named profile to use --- ## Smallstep CLI - **Slug:** step - **Binary:** `step` - **Company:** Smallstep - **Description:** Toolkit for working with certificates, tokens, and cryptographic operations for zero-trust security. - **Categories:** security-and-identity - **Capabilities:** authentication, secrets-management - **Documentation:** https://smallstep.com/docs/step-cli/ - **Repository:** https://github.com/smallstep/cli - **JSON endpoint:** /api/tools/step.json ### Authentication - **Methods:** config-file - **Setup:** `step ca bootstrap --ca-url --fingerprint ` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** text ### Global Flags - `--format` (enum): Output format - `--ca-url` (string): Certificate authority URL - `--root` (string): Path to root certificate - `--offline` (boolean): Create certificates without contacting a CA --- ## Stripe CLI - **Slug:** stripe - **Binary:** `stripe` - **Company:** Stripe - **Description:** Test, debug, and manage Stripe integrations with webhook forwarding and API access. - **Categories:** messaging-and-streaming - **Capabilities:** payment-processing, api-management - **Documentation:** https://stripe.com/docs/stripe-cli - **Repository:** https://github.com/stripe/stripe-cli - **JSON endpoint:** /api/tools/stripe.json ### Authentication - **Methods:** access-token - **Env vars:** `STRIPE_API_KEY` - **Setup:** `stripe login` ### Output Formats - **JSON support:** Yes - **Default format:** json ### Help Output ``` The official command-line tool to interact with Stripe. Before using the CLI, you'll need to login: $ stripe login If you're working on multiple projects, you can run the login command with the --project-name flag: $ stripe login --project-name rocket-rides Usage: stripe [command] Webhook commands: listen Listen for webhook events trigger Trigger test webhook events Stripe commands: logs Interact with Stripe API request logs Resource commands: get Quickly retrieve resources from Stripe charges Make requests (capture, create, list, etc) on charges customers Make requests (create, delete, list, etc) on customers payment_intents Make requests (cancel, capture, confirm, etc) on payment intents ... To see more resource commands, run `stripe resources help` v2 To see only v2 resource commands, run `stripe v2 help` Other commands: community Chat with Stripe engineers and other developers completion Generate bash and zsh completion scripts config Manually change the config values for the CLI feedback Provide us with feedback on the CLI fixtures Run fixtures to populate your account with data help Help about any command login Login to your Stripe account logout Logout of your Stripe account open Quickly open Stripe pages samples Sample integrations built by Stripe serve Serve static files locally version Get the version of the Stripe CLI Flags: --api-key string Your API key to use for the command --color string turn on/off color output (on, off, auto) --config string config file (default is $HOME/.config/stripe/config.toml) --device-name string device name -h, --help help for stripe --log-level string log level (debug, info, trace, warn, error) (default "info") -p, --project-name string the project name to read from for config (default "default") -v, --version Get the version of the Stripe CLI Use "stripe [command] --help" for more information about a command. ``` --- ## Sumo Logic CLI - **Slug:** sumo - **Binary:** `sumo` - **Company:** Sumo Logic - **Description:** Command line interface for Sumo Logic log analytics platform management and queries. - **Categories:** observability-and-monitoring - **Capabilities:** logging, monitoring - **Documentation:** https://help.sumologic.com - **Repository:** https://github.com/SumoLogic/sumocli - **JSON endpoint:** /api/tools/sumo.json ### Authentication - **Methods:** access-token - **Env vars:** `SUMO_ACCESS_ID`, `SUMO_ACCESS_KEY`, `SUMO_API_ENDPOINT` ### Output Formats - **JSON support:** Yes - **Default format:** json --- ## Supabase CLI - **Slug:** supabase - **Binary:** `supabase` - **Company:** Supabase - **Description:** CLI for local development, database migrations, and deployment of Supabase projects. - **Categories:** databases-and-data - **Capabilities:** database-management, authentication, serverless, storage-management - **Documentation:** https://supabase.com/docs/guides/cli - **Repository:** https://github.com/supabase/cli - **JSON endpoint:** /api/tools/supabase.json ### Authentication - **Methods:** access-token - **Env vars:** `SUPABASE_ACCESS_TOKEN` - **Setup:** `supabase login` ### Output Formats - **JSON support:** No - **Default format:** text ### Help Output ``` Supabase CLI 2.75.0 Usage: supabase [command] Quick Start: bootstrap Bootstrap a Supabase project from a starter template Local Development: db Manage Postgres databases gen Run code generation tools init Initialize a local project inspect Tools to inspect your Supabase project link Link to a Supabase project login Authenticate using an access token logout Log out and delete access tokens locally migration Manage database migration scripts seed Seed a Supabase project from supabase/config.toml services Show versions of all Supabase services start Start containers for Supabase local development status Show status of local Supabase containers stop Stop all local Supabase containers test Run tests on local Supabase containers unlink Unlink a Supabase project Management APIs: backups Manage Supabase physical backups branches Manage Supabase preview branches config Manage Supabase project configurations domains Manage custom domain names for Supabase projects encryption Manage encryption keys of Supabase projects functions Manage Supabase Edge functions network-bans Manage network bans network-restrictions Manage network restrictions orgs Manage Supabase organizations postgres-config Manage Postgres database config projects Manage Supabase projects secrets Manage Supabase secrets snippets Manage Supabase SQL snippets ssl-enforcement Manage SSL enforcement configuration sso Manage Single Sign-On (SSO) authentication for projects storage Manage Supabase Storage objects vanity-subdomains Manage vanity subdomains for Supabase projects Additional Commands: completion Generate the autocompletion script for the specified shell help Help about any command Flags: --create-ticket create a support ticket for any CLI error --debug output debug logs to stderr --dns-resolver [ native | https ] lookup domain names using the specified resolver (default native) --experimental enable experimental features -h, --help help for supabase --network-id string use the specified docker network instead of a generated one -o, --output [ env | pretty | json | toml | yaml ] output format of status variables (default pretty) --profile string use a specific profile for connecting to Supabase API (default "supabase") -v, --version version for supabase --workdir string path to a Supabase project directory --yes answer yes to all prompts Use "supabase [command] --help" for more information about a command. ``` --- ## Tailscale - **Slug:** tailscale - **Binary:** `tailscale` - **Company:** Tailscale - **Description:** Zero-config mesh VPN built on WireGuard for secure networking between devices and services. - **Categories:** security-and-identity - **Capabilities:** networking, identity-and-access - **Documentation:** https://tailscale.com/kb/1080/cli - **Repository:** https://github.com/tailscale/tailscale - **JSON endpoint:** /api/tools/tailscale.json ### Authentication - **Methods:** oauth, environment-variables - **Env vars:** `TS_AUTHKEY`, `TAILSCALE_API_KEY` - **Setup:** `tailscale login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** text ### Global Flags - `--json` (boolean): Output in JSON format - `--socket` (string): Path to tailscaled socket --- ## Temporal CLI - **Slug:** temporal - **Binary:** `temporal` - **Company:** Temporal Technologies - **Description:** Command line interface for operating Temporal workflow engine clusters and managing workflows. - **Categories:** developer-platforms - **Capabilities:** deployment, monitoring - **Documentation:** https://docs.temporal.io/cli - **Repository:** https://github.com/temporalio/cli - **JSON endpoint:** /api/tools/temporal.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `TEMPORAL_ADDRESS`, `TEMPORAL_NAMESPACE`, `TEMPORAL_API_KEY` - **Setup:** `temporal env set --address ` ### Output Formats - **JSON support:** Yes (`--output json`) - **Default format:** table ### Global Flags - `--output/-o` (enum): Output format - `--address` (string): Temporal server address - `--namespace/-n` (string): Target namespace - `--env` (string): Named environment configuration --- ## Terraform CLI - **Slug:** terraform - **Binary:** `terraform` - **Company:** HashiCorp - **Description:** Infrastructure as code tool for provisioning and managing cloud resources with declarative configuration. - **Categories:** infrastructure-as-code - **Capabilities:** infrastructure-provisioning, configuration-management - **Documentation:** https://developer.hashicorp.com/terraform/cli - **Repository:** https://github.com/hashicorp/terraform - **JSON endpoint:** /api/tools/terraform.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `TF_VAR_*`, `TF_LOG`, `TF_INPUT` - **Setup:** `terraform init` ### Output Formats - **JSON support:** Yes (`-json`) - **Default format:** text ### Global Flags - `-chdir` (string): Switch to a different working directory before executing - `-input` (boolean): Ask for input for variables if not directly set - `-no-color` (boolean): Disable color output - `-json` (boolean): Output in JSON format (supported on plan, apply, output) ### Help Output ``` Usage: terraform [global options] [args] The available commands for execution are listed below. The primary workflow commands are given first, followed by less common or more advanced commands. Main commands: init Prepare your working directory for other commands validate Check whether the configuration is valid plan Show changes required by the current configuration apply Create or update infrastructure destroy Destroy previously-created infrastructure All other commands: console Try Terraform expressions at an interactive command prompt fmt Reformat your configuration in the standard style force-unlock Release a stuck lock on the current workspace get Install or upgrade remote Terraform modules graph Generate a Graphviz graph of the steps in an operation import Associate existing infrastructure with a Terraform resource login Obtain and save credentials for a remote host logout Remove locally-stored credentials for a remote host metadata Metadata related commands modules Show all declared modules in a working directory output Show output values from your root module providers Show the providers required for this configuration refresh Update the state to match remote systems show Show the current state or a saved plan state Advanced state management taint Mark a resource instance as not fully functional test Execute integration tests for Terraform modules untaint Remove the 'tainted' state from a resource instance version Show the current Terraform version workspace Workspace management Global options (use these before the subcommand, if any): -chdir=DIR Switch to a different working directory before executing the given subcommand. -help Show this help output, or the help for a specified subcommand. -version An alias for the "version" subcommand. ``` --- ## Terragrunt - **Slug:** terragrunt - **Binary:** `terragrunt` - **Company:** Gruntwork - **Description:** Thin wrapper for Terraform and OpenTofu that provides extra tools for working with multiple modules. - **Categories:** infrastructure-as-code - **Capabilities:** infrastructure-provisioning, configuration-management - **Documentation:** https://terragrunt.gruntwork.io/docs/ - **Repository:** https://github.com/gruntwork-io/terragrunt - **JSON endpoint:** /api/tools/terragrunt.json ### Authentication - **Methods:** environment-variables, config-file - **Env vars:** `TF_VAR_*`, `TERRAGRUNT_CONFIG`, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` ### Output Formats - **JSON support:** Yes (`-json`) - **Default format:** text ### Global Flags - `--terragrunt-config` (string): Path to Terragrunt config file - `--terragrunt-working-dir` (string): Working directory for Terragrunt - `--terragrunt-non-interactive` (boolean): Run in non-interactive mode - `--terragrunt-log-level` (enum): Log verbosity level --- ## Tekton CLI - **Slug:** tkn - **Binary:** `tkn` - **Company:** Linux Foundation / CD Foundation - **Description:** Command line interface for interacting with Tekton Pipelines and CI/CD resources on Kubernetes. - **Categories:** ci-cd-and-source-control - **Capabilities:** ci-cd, deployment - **Documentation:** https://tekton.dev/docs/cli/ - **Repository:** https://github.com/tektoncd/cli - **JSON endpoint:** /api/tools/tkn.json ### Authentication - **Methods:** config-file - **Env vars:** `KUBECONFIG` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** text ### Global Flags - `--context` (string): Kubernetes context to use - `--kubeconfig` (string): Path to kubeconfig file - `--namespace/-n` (string): Target namespace - `-o` (enum): Output format --- ## Trivy - **Slug:** trivy - **Binary:** `trivy` - **Company:** Aqua Security - **Description:** Comprehensive security scanner for vulnerabilities, misconfigurations, and secrets in containers, code, and cloud. - **Categories:** security-and-identity - **Capabilities:** vulnerability-scanning, policy-enforcement - **Documentation:** https://aquasecurity.github.io/trivy/ - **Repository:** https://github.com/aquasecurity/trivy - **JSON endpoint:** /api/tools/trivy.json ### Authentication - **Methods:** environment-variables - **Env vars:** `TRIVY_USERNAME`, `TRIVY_PASSWORD`, `TRIVY_TOKEN` ### Output Formats - **JSON support:** Yes (`--format json`) - **Default format:** table ### Global Flags - `--format/-f` (enum): Output format - `--severity` (string): Comma-separated severity levels (UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL) - `--quiet` (boolean): Suppress progress bar and log output - `--exit-code` (integer): Exit code when vulnerabilities are found --- ## Turso CLI - **Slug:** turso - **Binary:** `turso` - **Company:** Turso - **Description:** CLI for managing Turso edge databases built on libSQL, a fork of SQLite. - **Categories:** databases-and-data - **Capabilities:** database-management - **Documentation:** https://docs.turso.tech/cli/introduction - **Repository:** https://github.com/tursodatabase/turso-cli - **JSON endpoint:** /api/tools/turso.json ### Authentication - **Methods:** access-token, environment-variables - **Env vars:** `TURSO_API_TOKEN` - **Setup:** `turso auth login` ### Output Formats - **JSON support:** Yes (`--json`) - **Default format:** table ### Global Flags - `--json` (boolean): Output in JSON format --- ## Twilio CLI - **Slug:** twilio - **Binary:** `twilio` - **Company:** Twilio - **Description:** Command line interface for the Twilio communication platform APIs and services. - **Categories:** messaging-and-streaming - **Capabilities:** communication, api-management - **Documentation:** https://www.twilio.com/docs/twilio-cli - **Repository:** https://github.com/twilio/twilio-cli - **JSON endpoint:** /api/tools/twilio.json ### Authentication - **Methods:** access-token - **Env vars:** `TWILIO_ACCOUNT_SID`, `TWILIO_AUTH_TOKEN` - **Setup:** `twilio login` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** columns ### Global Flags - `-o/--output-format` (enum): Output format - `--account-sid` (string): Account SID to target --- ## HashiCorp Vault - **Slug:** vault - **Binary:** `vault` - **Company:** HashiCorp - **Description:** Manage secrets, encryption, and access control with HashiCorp Vault from the command line. - **Categories:** security-and-identity - **Capabilities:** secrets-management, identity-and-access, authentication - **Documentation:** https://developer.hashicorp.com/vault/docs/commands - **Repository:** https://github.com/hashicorp/vault - **JSON endpoint:** /api/tools/vault.json ### Authentication - **Methods:** token, environment-variables - **Env vars:** `VAULT_ADDR`, `VAULT_TOKEN`, `VAULT_NAMESPACE` - **Setup:** `vault login` ### Output Formats - **JSON support:** Yes (`-format=json`) - **Default format:** table ### Global Flags - `-format` (enum): Output format - `-address` (string): Vault server address - `-namespace` (string): Vault namespace to target - `-tls-skip-verify` (boolean): Skip TLS certificate verification --- ## Velero - **Slug:** velero - **Binary:** `velero` - **Company:** VMware / CNCF - **Description:** Backup and restore tool for Kubernetes cluster resources and persistent volumes. - **Categories:** containers-and-orchestration - **Capabilities:** storage-management, configuration-management - **Documentation:** https://velero.io/docs/ - **Repository:** https://github.com/vmware-tanzu/velero - **JSON endpoint:** /api/tools/velero.json ### Authentication - **Methods:** config-file - **Env vars:** `KUBECONFIG` ### Output Formats - **JSON support:** Yes (`-o json`) - **Default format:** table ### Global Flags - `--kubeconfig` (string): Path to kubeconfig file - `--kubecontext` (string): Kubernetes context to use - `--namespace` (string): Namespace where Velero is installed - `-o` (enum): Output format --- ## Vercel CLI - **Slug:** vercel - **Binary:** `vercel` - **Company:** Vercel - **Description:** Deploy and manage frontend applications and serverless functions on the Vercel platform. - **Categories:** ci-cd-and-source-control - **Capabilities:** deployment, edge-computing, serverless, cdn - **Documentation:** https://vercel.com/docs/cli - **Repository:** https://github.com/vercel/vercel - **JSON endpoint:** /api/tools/vercel.json ### Authentication - **Methods:** access-token, oauth - **Env vars:** `VERCEL_TOKEN`, `VERCEL_ORG_ID`, `VERCEL_PROJECT_ID` - **Setup:** `vercel login` ### Output Formats - **JSON support:** No - **Default format:** text --- ## Cloudflare Workers CLI - **Slug:** wrangler - **Binary:** `wrangler` - **Company:** Cloudflare - **Description:** Developer tool for building, testing, and deploying Cloudflare Workers and associated services. - **Categories:** cloud-provider - **Capabilities:** edge-computing, serverless, deployment, dns-management, cdn, storage-management - **Documentation:** https://developers.cloudflare.com/workers/wrangler/ - **Repository:** https://github.com/cloudflare/workers-sdk - **JSON endpoint:** /api/tools/wrangler.json ### Authentication - **Methods:** access-token, oauth, environment-variables - **Env vars:** `CLOUDFLARE_API_TOKEN`, `CLOUDFLARE_ACCOUNT_ID` - **Setup:** `wrangler login` ### Output Formats - **JSON support:** No - **Default format:** text ### Global Flags - `--config/-c` (string): Path to wrangler.toml configuration file - `--env/-e` (string): Environment to target ### Help Output ``` wrangler COMMANDS wrangler docs [search..] 📚 Open Wrangler's command documentation in your browser wrangler complete [shell] ⌨️ Generate and handle shell completions ACCOUNT wrangler auth 🔐 Manage authentication wrangler login 🔓 Login to Cloudflare wrangler logout 🚪 Logout from Cloudflare wrangler whoami 🕵️ Retrieve your user information COMPUTE & AI wrangler ai 🤖 Manage AI models wrangler containers 📦 Manage Containers [open beta] wrangler delete [name] 🗑️ Delete a Worker from Cloudflare wrangler deploy [script] 🆙 Deploy a Worker to Cloudflare wrangler deployments 🚢 List and view the current and past deployments for your Worker wrangler dev [script] 👂 Start a local server for developing your Worker wrangler dispatch-namespace 🏗️ Manage dispatch namespaces wrangler init [name] 📥 Initialize a basic Worker wrangler pages ⚡️ Configure Cloudflare Pages wrangler queues 📬 Manage Workers Queues wrangler rollback [version-id] 🔙 Rollback a deployment for a Worker wrangler secret 🤫 Generate a secret that can be referenced in a Worker wrangler setup 🪄 Setup a project to work on Cloudflare wrangler tail [worker] 🦚 Start a log tailing session for a Worker wrangler triggers 🎯 Updates the triggers of your current deployment [experimental] wrangler types [path] 📝 Generate types from your Worker configuration wrangler versions 🫧 List, view, upload and deploy Versions of your Worker to Cloudflare wrangler vpc 🌐 Manage VPC [open beta] wrangler workflows 🔁 Manage Workflows STORAGE & DATABASES wrangler d1 🗄️ Manage Workers D1 databases wrangler hyperdrive 🚀 Manage Hyperdrive databases wrangler kv 🗂️ Manage Workers KV Namespaces wrangler pipelines 🚰 Manage Cloudflare Pipelines [open beta] wrangler r2 📦 Manage R2 buckets & objects wrangler secrets-store 🔐 Manage the Secrets Store [open beta] wrangler vectorize 🧮 Manage Vectorize indexes NETWORKING & SECURITY wrangler cert 🪪 Manage client mTLS certificates and CA certificate chains used for secured connections [open beta] wrangler mtls-certificate 🪪 Manage certificates used for mTLS connections GLOBAL FLAGS -c, --config Path to Wrangler configuration file [string] --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string] -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string] --env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array] -h, --help Show help [boolean] -v, --version Show version number [boolean] Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose ``` ---