keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
208 stars 105 forks source link

CLI: Implement pagination support #442

Closed rajdip-b closed 1 month ago

rajdip-b commented 2 months ago

Description

Right now, we can fetch two kinds of entities from the backend using CLI:

The logic is fully implemented. We would like to additionally implement the paginated response support for each of the command's list subcommand.

Ideally, we want to add the following additional optional parameters to each of the command's list sub-command:

Solution

You would need to make the changes to these files:

Nil2000 commented 2 months ago

/attempt

github-actions[bot] commented 2 months ago

Assigned the issue to @Nil2000!

rajdip-b commented 3 weeks ago

:tada: This issue has been resolved in version 2.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: