Skip to content

feat: Add pagination & context to variable list

Thaddeus Bond requested to merge bondt/cli:variable-list-page-name into main

Description

  • Adds a describe call to the variable list command to describe the number of variables returned and the name of the project referenced.
  • Adds pagination options to the variable list command
  • Adds basic tests for the variable list command

Related Issues

Resolves #1082

How has this been tested?

Added basic unit tests, and manually tested against an actual gitlab.com project with multiple pages of variables

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports