@syngy/octopus-builder-cli
v0.1.0
Published
User-facing CLI for Octopus Builder creators.
Readme
@syngy/octopus-builder-cli
User-facing CLI for Octopus Builder creators.
octopus-builder-cli auth login
octopus-builder-cli toolsets list --json
octopus-builder-cli agents list
octopus-builder-cli agents get <agentId>
octopus-builder-cli agents upload-avatar <agentId> ./avatar.png --content-type image/png
octopus-builder-cli agents upload-bio-picture <agentId> ./cover.png --content-type image/png
octopus-builder-cli agents versions list <agentId>
octopus-builder-cli agents config get <agentId> <versionId>
octopus-builder-cli agents skills upload <agentId> <versionId> ./SKILL.md --path SKILL.mdAuthentication uses the Octopus Account CLI auth flow with the developer service identifier.
agents config set validates definition_payload.toolkit_keys before sending the request. If a key is not available, run octopus-builder-cli toolsets list --json and use one of the returned keys.
agents upload-avatar and agents upload-bio-picture persist public CDN URLs returned by the Builder API. Signed URLs with query parameters are treated as invalid public assets.
