publish
Publish bundle to the ChimeraX Toolshed.
Usage
echi publish [OPTIONS] [PATH]
Arguments
| Argument | Default | Description |
|---|---|---|
PATH | . | Project directory or wheel file |
Options
| Option | Description |
|---|---|
--dry-run | Validate without publishing |
Examples
# Publish current project
echi publish
# Validate without publishing
echi publish --dry-run