doctl-1-click
list DigitalOcean 1-Click applications
TLDR
SYNOPSIS
doctl 1-click command [options]
DESCRIPTION
doctl 1-click lists DigitalOcean 1-Click applications. A 1-Click is a preconfigured image or Kubernetes app that you can install onto a Droplet or cluster instead of assembling the stack yourself.The list subcommand (alias ls) returns each application's slug and type. Use --type droplet or --type kubernetes to narrow the catalog. The slug is the identifier you pass when creating a Droplet or installing a Kubernetes 1-Click.This command only catalogs available 1-Clicks. Creating a Droplet from a 1-Click image uses doctl compute droplet create; installing a Kubernetes 1-Click uses the Kubernetes 1-Click commands.
PARAMETERS
list, ls
Retrieve a list of 1-Click applications.--type TYPE
Filter by type. Valid values: `droplet`, `kubernetes`.--format COLUMNS
Columns to display. Possible values: `SLUG`, `TYPE`.--no-header
Return raw data with no headers.--output FORMAT
Output format: `text` or `json`.--help, -h
Display help for this command.
CAVEATS
Requires a DigitalOcean API token configured with doctl auth init. The catalog is account-independent, but creating resources from a 1-Click incurs the usual Droplet or Kubernetes charges. This command does not install or deploy a 1-Click by itself.
SEE ALSO
doctl(1), doctl-compute-droplet(1), doctl-kubernetes-cluster(1), doctl-auth(1)
