Skip to content

job run

$ copilot job run

What does it do?

copilot job run runs a scheduled job

What are the flags?

  -a, --app string          Name of the application.
  -e, --env string          Name of the environment.
  -h, --help                help for package
  -n, --name string         Name of the job.

Examples

Runs a job named "report-gen" in an application named "report" to a "test" environment

$ copilot job run -a report -n report-gen -e test