Create Project

Description

Create a project.

Create a project specifying name unique for account.

Command

codefresh create project <name>

Arguments

Option Alias Default Description
name Name of project

Options

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

Examples

Create a project

codefresh create project NAME

Create a project with tags: [ “test”, “run”]

codefresh create project NAME -t test -t run

Create a project with specific variables

codefresh create project NAME -v test=true -v run=false

Create a project with encrypted variables

codefresh create project NAME -v secret=secret -e secret