init

The cfy init command is used to initialize a working Cloudify directory.

Before you can use cfy, you must initialize a working directory for it, in which relevant functional information will be stored.

Usage

cfy init [OPTIONS] [BLUEPRINT_PATH]

Initialize a Cloudify environment.

This is required to perform many actions and should be the first action performed after installing Cloudify.

Providing a BLUEPRINT_PATH also initializes a blueprint to work on.

After initialization, the CLI’s configuration can be found under ~/.cloudify/config.yaml.

Optional flags

This command supports the common CLI flags.

 

Example

$ cfy init
...

Initializing profile local...
Initialization completed successfully

...