Skip to content

list projects for more > 50#142

Merged
PeterPetrik merged 5 commits intomasterfrom
fix_list
Jun 10, 2022
Merged

list projects for more > 50#142
PeterPetrik merged 5 commits intomasterfrom
fix_list

Conversation

@PeterPetrik
Copy link
Copy Markdown
Contributor

@PeterPetrik PeterPetrik commented Jun 10, 2022

fix #133

also added bunch of extra filters:

Usage: mergin list-projects [OPTIONS]

  List projects on the server.

Options:
  --flag TEXT          What kind of projects (e.g. 'created' for just my
                       projects,'shared' for projects shared with me. No flag
                       means returns all public projects.
  --name TEXT          Filter projects with name like name
  --namespace TEXT     Filter projects with namespace like namespace
  --order_params TEXT  optional attributes for sorting the list.It should be a
                       comma separated attribute nameswith _asc or _desc
                       appended for sorting direction.For example:
                       "namespace_asc,disk_usage_desc".Available attrs:
                       namespace, name, created, updated, disk_usage, creator
  --help               Show this message and exit.

@PeterPetrik
Copy link
Copy Markdown
Contributor Author

CU-2gbfhjt

@PeterPetrik PeterPetrik requested a review from alexbruy June 10, 2022 11:29
Copy link
Copy Markdown
Contributor

@alexbruy alexbruy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only minor formatting issue in the command help

@PeterPetrik PeterPetrik merged commit 809e3d3 into master Jun 10, 2022
@PeterPetrik PeterPetrik deleted the fix_list branch June 10, 2022 13:07
@varmar05
Copy link
Copy Markdown
Contributor

fix #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to get all projects with mergin cli

3 participants