registry¶
Browse the plugin registry and sync the index.
Syntax¶
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.
| Short | Long | Default | Description |
|---|---|---|---|
| - | --top INTEGER |
5 |
Number of plugins to show in top lists |
registry dashboard¶
Show the registry analytics dashboard.
| 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.
| 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:
Show top 10 plugins:
Sync the registry index:
Force re-sync:
Preview sync:
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.