Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 788 Bytes

File metadata and controls

38 lines (27 loc) · 788 Bytes

kh project

Manage projects

Examples

  # List all projects
  kh p ls

  # Create a new project
  kh p create "My Project"

Options

  -h, --help        help for project
      --jq string   Filter JSON output with a jq expression
      --json        Output as JSON
  -y, --yes         Skip confirmation prompts

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --no-color      Disable color output

SEE ALSO