List Forks of a project
List the projects accessible to the calling user that have an established, forked relationship with the specified project (available since Gitlab 10.1).
golab project list-forks [flags]
--archived (optional) Limit by archived status
-h, --help help for list-forks
--id string (required) The ID or URL-encoded path of the project
--membership (optional) Limit by projects that the current user is a member of
--order_by string (optional) Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields. Default is created_at
--owned (optional) Limit by projects owned by the current user
--search string (optional) Return list of projects matching the search criteria
--simple (optional) Return only the ID, URL, name, and path of each project
--sort string (optional) Return projects sorted in asc or desc order. Default is desc
--starred (optional) Limit by projects starred by the current user
--statistics (optional) Include project statistics
--visibility string (optional) Limit by visibility public, internal, or private
--with_issues_enabled (optional) Limit by enabled issues feature
--with_merge_requests_enabled (optional) Limit by enabled merge requests feature
--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)
- golab project - Manage projects