Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.03 KB

golab_project_search.md

File metadata and controls

33 lines (22 loc) · 1.03 KB

golab project search

Search for projects by name

Synopsis

Search for projects by name which are accessible to the authenticated user. This endpoint can be accessed without authentication if the project is publicly accessible.

golab project search [flags]

Options

  -h, --help              help for search
      --order_by string   (optional) Return requests ordered by id, name, created_at or last_activity_at fields
  -s, --search string     (required) A string contained in the project name
      --sort string       (optional) Return requests sorted in asc or desc order

Options inherited from parent commands

      --ca-file string   (optional) provides a .pem file to be used in certificates pool for SSL connection
      --ca-path string   (optional) provides a directory with .pem certificates to be used for SSL connection
      --config string    (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)

SEE ALSO