Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digdag CLI support Backport API enhancement #1742

Closed
toru-takahashi opened this issue May 16, 2022 · 1 comment
Closed

Digdag CLI support Backport API enhancement #1742

toru-takahashi opened this issue May 16, 2022 · 1 comment
Assignees

Comments

@toru-takahashi
Copy link
Contributor

toru-takahashi commented May 16, 2022

The following commit introduced several new APIs. However, they are not supported by CLI
#1697

Supporting the following by CLI will help users to manage their projects effeciently.

  • GET /api/workflows supports name_pattern parameter to search by workflow name. (partial match).
  • GET /api/projects supports name_pattern parameter to search by project name. (partial match).
  • GET /api/projects supports count and last_id to change number of return and pagination like /api/workflows.

I assign this to @o-mura

@yoyama
Copy link
Contributor

yoyama commented Dec 23, 2022

The options for them has been introduced in #1778

@yoyama yoyama closed this as completed Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants