agent

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

Usage: prism agent [-h] {apply,run,build,delete} ...

Execute your Prism using third-party agents, (e.g., Docker containers, EC2 instances, EMR clusters, and more).

Options:
  -h, --help            show this help message and exit

Subcommands:
  Execute your Prism using third-party agents, (e.g., Docker containers, EC2 instances, EMR clusters, and more).

  {apply,run,build,delete}
    apply               Build your agent using a configuration YML
    run                 Run your project using an agent
    build               Build your agent using a configuration YML and then run your project on the newly-built agent
    delete              Delete your agent

There are three subcommands:

Last updated