Skip to content

registry

Browse the plugin registry and sync the index.

Syntax

autoship registry [OPTIONS] COMMAND [ARGS]...

Arguments

registry does not accept positional arguments; use subcommands.

Options

Short Long Default Description
- --help - Show help and exit

Subcommands

registry list

Show the registry analytics dashboard. list is an alias for dashboard.

autoship registry list [OPTIONS]
Short Long Default Description
- --top INTEGER 5 Number of plugins to show in top lists

registry dashboard

Show the registry analytics dashboard.

autoship registry dashboard [OPTIONS]
Short Long Default Description
- --top INTEGER 5 Number of plugins to show in top lists

registry sync

Sync the plugin registry index from the remote source.

autoship registry sync [OPTIONS]
Short Long Default Description
-o --output PATH ~/.autoship/registry/plugins.json Output path for the synced index
-f --force False Force overwrite local cache
- --dry-run False Preview changes without writing

Examples

Open the registry dashboard:

autoship registry list

Show top 10 plugins:

autoship registry list --top 10

Sync the registry index:

autoship registry sync

Force re-sync:

autoship registry sync --force

Preview sync:

autoship registry sync --dry-run

Output Notes / Common Errors

  • The default registry URL points to the official GitHub-hosted index.
  • The signature and hash of the downloaded index are verified when a public key is configured.
  • plugin — Install and manage plugins
  • doctor — Check environment