Run Commands

pachctl update project

Learn about the pachctl update project command

pachctl update project #

Update a project.

Synopsis #

This command updates a project’s description.

pachctl update project <project> [flags]

Examples #

 pachctl update project foo-project --description 'This is a project for foo.' 

Options #

  -d, --description string   Set a new description of the updated project.
  -h, --help                 help for project

Options inherited from parent commands #

      --no-color   Turn off colors.
  -v, --verbose    Output verbose logs

SEE ALSO #

  • pachctl update - Change the properties of an existing Pachyderm resource.