Usage
market, hub
Subcommands
search
Search for templates by name or keyword.Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--remote | bool | false | Search the remote marketplace hub |
Examples
Output
browse
Browse templates by category.Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--category | string | — | Filter by category (defi, nft, dao, token, basic) |
--remote | bool | false | Browse the remote marketplace |
Examples
install
Install a template from the marketplace or a local directory.Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--from | string | — | Install from a local directory instead of marketplace |
How It Works
- Checks if the template is already installed
- If
--fromis set: readstemplate.yamlfrom the local directory, validates it, and copies to~/.dokrypt/marketplace/ - 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.template.yaml from the current directory and publishes it to the marketplace.
Requirements
- A valid
template.yamlin the current directory with:name,version,description,author DOKRYPT_REGISTRY_TOKENenvironment variable set
Examples
info
Show detailed information about a marketplace template.Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--remote | bool | false | Fetch from remote marketplace |
Examples
list
List all installed marketplace templates.~/.dokrypt/marketplace/.