Create a new project and optionally link it to the directory.
Usage
Usage: vh project create [OPTIONS]
Options
name
(REQUIRED):- Type: STRING
- Default:
none
- Usage:
vh project create --name -n
The name for the project.
description
:- Type: STRING
- Default: ``
- Usage:
vh project create --description -d
The description for the project.
owner
:- Type: STRING
- Default:
none
- Usage:
vh project create --owner -o
The owner for the project. Either the name of an organization you belong to, or an organization and team, e.g. myorg:team
.
link
:- Type: BOOL
- Default:
true
- Usage:
vh project create --link -l
Link the directory to the newly created project? Default yes.
yes
:- Type: BOOL
- Default:
false
- Usage:
vh project create --yes -y
Assume yes
to confirmation prompts.
help
:- Type: BOOL
- Default:
false
- Usage:
vh project create --help
Show this message and exit.
CLI Help
Usage: create [OPTIONS]
Create a new project and optionally link it to the directory.
Options:
-n, --name TEXT The name for the project. [required]
-d, --description TEXT The description for the project.
-o, --owner TEXT The owner for the project. Either the name of an
organization you belong to, or an organization and
team, e.g. `myorg:team`.
-l, --link / --no-link Link the directory to the newly created project?
Default yes.
-y, --yes Assume `yes` to confirmation prompts.
--help Show this message and exit.