agent

The prism agent commands are used to create, modify, and execute your Prism agents.

Usage: prism agent [OPTIONS] COMMAND [ARGS]...                                                                                      
                                                                                                                                     
 Execute your Prism using third-party agents, (e.g., Docker containers, EC2 instances, etc.).                                        
                                                                                                                                     
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help      Show this message and exit.                                                                                           │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ apply   Build your agent using a configuration YML.                                                                               │
│ build   Build your agent using a configuration YML and then run your project on the newly created agent.                          │
│ delete  Delete your agent.                                                                                                        │
│ run     Run your project using an agent.                                                                                          │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

There are three subcommands: