Publish from your project
cellc reads the artifact from Cell.toml or Artifact.toml, checks it locally, and opens this page only when wallet approval is needed.
$cellc publish --authorise Source files, build outputs and the private publishing key remain on your machine.
cellc publishing session
Approve publishing for —
Allow the local publishing key created by cellc to publish new versions of this artifact. Your wallet signs only this exact Registry request.
- Artifact type
- —
- Permission
- Publish new immutable releases of this artifact
This session could not be loaded. Retry safely, or return to the terminal and create a new request; your local publishing key is not exposed here.
Technical details
- Access requested
- —
- Approve before
- —
- Session ID
- —
Advanced publishing path
External signing and access recovery
Use this cellc-assisted workspace only for an external wallet, CI handoff, manifest scaffolding, or a publishing key already held by cellc. It does not upload an artifact from the browser.
Artifact preflight
Install cellc, then run this once in the local package or artifact directory before authorising a wallet.
cellc package verify --json && cellc publish --dry-run Publish
Publish from the verified package directory. Search visibility follows Registry verification.
cellc publish --capability-key-id <server-confirmed-key-id>