Create a project.
Create a project specifying name unique for account.
codefresh create project <name>
| Option | Alias | Default | Description |
|---|---|---|---|
| name | Name of project |
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| --help | Print help information | |||
| --tag | -t | array | Project tags | |
| --variable | -v | array | Project variables | |
| --encrypted | -e | array | Variable names to encrypt |
codefresh create project NAME
codefresh create project NAME -t test -t run
codefresh create project NAME -v test=true -v run=false
codefresh create project NAME -v secret=secret -e secret