Zuplo
Zuplo CLI

Zuplo CLI: Project Create

Creates a new project in your account
TerminalCode
zuplo project create [--name <name>] [options]

Examples

Create a new project with the specified name

TerminalCode
zuplo project create --name my-api-project

Create a new project (will prompt for name)

TerminalCode
zuplo project create

Explicitly specify the account

TerminalCode
zuplo project create --name my-project --account my-account

Options

--name

The name of the project to create

Type: string

Global options

The following global options are available for all commands:

Last modified on