Skip to content

Cumulocity CLI 2.46.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 20:46
58f41f9

What's Changed

  • feat(global flag): allow duplicate keys when using --customQueryParam global flag by @reubenmiller in #418

    Example

    The myValue query parameter is provided twice:

    c8y api /example --customQueryParam "myValue=2" --customQueryParam "myValue=3" --customQueryParam other=value --dry
    

    Which will result in a request which includes two myValue query parameters with two different values.

    ### GET /example?myValue=2&myValue=3&other=value
    

Full Changelog: v2.45.0...v2.46.0