Skip to main content

Mass Project Create

mass project create​

Create a project

Synopsis​

Create Project

Creates a new project in Massdriver.

Usage​

mass project create <slug> [flags]

Flags​

  • --name, -n: Project name (defaults to slug if not provided)

Examples​

# Create a project with slug "dbbundle"
mass project create dbbundle

# Create a project with a custom name
mass project create dbbundle --name "Database Bundle Project"
mass project create [slug] [flags]

Options​

  -a, --attributes stringToString   Custom attributes for ABAC (repeat or comma-separate, e.g. -a team=ops,system=api) (default [])
-d, --description string Optional project description
-h, --help help for create
-n, --name string Project name (defaults to slug if not provided)

SEE ALSO​