pachctl create project #
Create a new project.
Synopsis #
This command creates a new project.
To set a description for the project, use the --description flag
pachctl create project <project> [flags]Examples #
pachctl create project foo-project
pachctl create project foo-project --description 'This is a project for foo.' Options #
-d, --description string Set a description for the newly-created project.
-h, --help help for projectOptions inherited from parent commands #
--no-color Turn off colors.
-v, --verbose Output verbose logsSEE ALSO #
- pachctl create - Create a new instance of a Pachyderm resource.