Create Agent

Description

Create an agent.

Create an agent used to behind firewall integration.

Command

codefresh create agent <name>

Arguments

Option Alias Default Description
name Name of agent

Options

Option Alias Type Default Description
--help Print help information
--runtimes -r array Agent runtimes

Examples

Create an agent

codefresh create agent NAME

Create an agent with runtimes: [ “runtime1”, “runtime2”]

codefresh create agent NAME -r runtime1 -r runtime2