CLI
Cloud Commands
Commands for deploying and managing agents
The cloud
commands allow you to deploy and manage your projects in the Agentuity Cloud Platform.
cloud deploy
Deploys a project to the Agentuity Cloud Platform.
Aliases: deploy
Usage
Flags:
--description string
- Description for the deployment-d, --dir string
- The directory to the project to deploy (default ".")--force
- Force the processing of environment files--format string
- The output format to use for results which can be either 'text' or 'json' (default "text")-h, --help
- help for deploy--message string
- A shorter description for the deployment--org-id string
- The organization to create the project in--tag stringArray
- Tag(s) to associate with this deployment (can be specified multiple times)--templates-dir string
- The directory to load the templates. Defaults to loading them from the github.com/agentuity/templates repository
Examples
Deploy a project from the current directory:
Deploy a project from a specific directory:
cloud rollback
Rolls back a project to a previous version.
Usage
Flags:
--delete
- Delete the deployment instead of rolling back--dir string
- The directory to the project to rollback if project is not specified--force
- Force the rollback or delete-h, --help
- help for rollback--project string
- Project to rollback a deployment--tag string
- Tag of the deployment to rollback
Examples
Rollback the most recent deployment:
Rollback a project to a specific tag:
Rollback and delete the most recent deployment:
Need Help?
Join our Community for assistance or just to hang with other humans building agents.
Send us an email at hi@agentuity.com if you'd like to get in touch.
Please Follow us on
If you haven't already, please Signup for your free account now and start building your first agent!