Skip to content

publish

Description

Publish an agent to the local registry.

Required Parameters: public_id: The public ID of the agent (author/name format).

Optional Parameters: force: Force overwrite if package exists. Default: False

Usage: Basic publish: adev publish author/new_agent

Publish with force overwrite:
    adev publish author/new_agent --force

Publish without force:
    adev publish author/new_agent --no-force

Publish from agent directory:
    cd my_agent
    adev publish author/new_agent

Usage

adev publish [OPTIONS] [ARGS]

Additionally, you can view the parameters for the command using:

adev publish --help