camp project list

List projects in campaign

Synopsis

List all projects in the current campaign.

Projects are discovered from the projects/ directory. They may be regular git-backed entries or linked external directories.

Output formats: table - Aligned columns with headers (default) simple - Project names only, one per line json - JSON array for scripting

Examples: camp project list List projects in table format camp project list --format json Output as JSON camp project list --format simple Names only for scripting

camp project list [flags]

Options

  -f, --format string   Output format (table, simple, json) (default "table")
  -h, --help            help for list

Options inherited from parent commands

      --config string   config file (default: ~/.obey/campaign/config.json)
      --no-color        disable colored output
      --verbose         enable verbose output

SEE ALSO