circleci run

Execute a circleci plugin

Synopsis

Execute a circleci plugin by looking for a binary called circleci- in your PATH. This command implements a plugin system similar to git, where you can extend circleci functionality by creating executables with the ‘circleci-’ prefix.

For example, if you have a binary called ‘circleci-foo’ in your PATH, you can run it with: circleci run foo [args…]

circleci run <name> [args...] [flags]

Examples

  circleci run foo --help
  circleci run my-plugin arg1 arg2

Flags

  -h, --help   help for run

Flags inherited from parent commands

      --host string         URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --skip-update-check   Skip the check for updates check run before every command. (default true)
      --token string        your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO