Referencesince 1.0.0-beta.3
penv project new
Create a project with a development environment
Create a project with a development environment.
Usage
penv project new [--org <org>] <name>Every command also takes the global options.
Arguments
| Argument | Required | What it is |
|---|---|---|
<name> | yes | The project name. |
Flags
| Flag | What it does |
|---|---|
--org <org> | The organisation that owns it. |
Exit codes
| Code | Name | What it means |
|---|---|---|
0 | ok | The command did what it says. |
1 | error | Unclassified failure. The message on stderr names the cause. |
2 | auth | Not signed in, or we rejected the credential. |
3 | validation | The schema or the values did not pass. |
5 | no_credential | No credential is available and none can be obtained. |