Skip to main content

Usage

Aliases: market, hub

Subcommands


Search for templates by name or keyword.

Flags

Examples

Output


browse

Browse templates by category.

Flags

Examples


install

Install a template from the marketplace or a local directory.

Flags

How It Works

  1. Checks if the template is already installed
  2. If --from is set: reads template.yaml from the local directory, validates it, and copies to ~/.dokrypt/marketplace/
  3. If not: downloads the template archive from the marketplace API, extracts, and installs

Examples


uninstall

Remove an installed marketplace template.

Examples


publish

Publish a template to the marketplace hub.
Reads template.yaml from the current directory and publishes it to the marketplace.

Requirements

  • A valid template.yaml in the current directory with: name, version, description, author
  • DOKRYPT_REGISTRY_TOKEN environment variable set

Examples


info

Show detailed information about a marketplace template.

Flags

Displays: name, version, description, author, category, difficulty, license, tags, chains, services, homepage, repository, downloads, stars, and installation path.

Examples


list

List all installed marketplace templates.
Lists templates installed in ~/.dokrypt/marketplace/.

Example Output