arctl agent publish
Publish an agent to agentregistry.
This command supports two options:
- ‘arctl agent publish my-agent’ publishes the agent as defined by the
agent.yamlfile in the given folder. - ‘arctl agent publish my-agent –version 1.2.3’ publishes an agent that already exists in agentregistry under a different version.
Usage
arctl agent publish [project-directory|agent-name] [flags]Example:
arctl agent publish ./my-agent
arctl agent publish my-agent --version latest
arctl agent publish ./my-agent --github https://github.com/myorg/my-agentCommand-specific flags
--github string: Specify the GitHub repository for the agent
--version string: Specify version to publish (when publishing an existing registry agent)Global flags
-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.