agents

The cfy agents command is used to manage Cloudify agents on existing deployments.

See agents for more information.

Commands

Common agents arguments

The filtering flags can be passed multiple times or take comma separated values.

list

List agents configured with the Manager. When preparing to upgrade agents, if using the filtering options with cfy agents install, use cfy agents list first with the same filtering options to verify which agents are going to be installed.

Usage

cfy agents list [OPTIONS]

This command supports the common agent flags and the common CLI flags.

install

After restoring a manager on a new host using a snapshot, this command installs new agents on the hosts for the new manager while also leaving the previous agents installed and running.

Warning

This should only be used in very specific circumstances and should not be used to install agents for deployments using an existing manager. Instead, cfy agents install is to be used for upgrading the agents after the corresponding Manager upgrade.

Usage

cfy agents install [OPTIONS] [DEPLOYMENT_ID]

Install agents on the hosts of existing deployments.

DEPLOYMENT_ID - The ID of the deployment you would like to install agents for.

Optional Flags

This command supports the common agent flags and the and the common CLI flags.

validate

Validates the connection between the Cloudify Manager and the live Cloudify Agents (installed on remote hosts).

Usage

cfy agents validate [OPTIONS] [DEPLOYMENT_ID]

DEPLOYMENT_ID - The ID of the deployment you would like to validate agents for.

Optional Flags

This command supports the common agent flags and the and the common CLI flags.