Skip to content

Releases: reubenmiller/go-c8y-cli

Cumulocity CLI 2.0.0-beta26

27 Apr 06:12
Compare
Choose a tag to compare
Pre-release

Changelog

9b87087 chore: Invoke-Template refactoring to use Compact argument but still supports the alias Compress in powershell
8cf4f6e chore: Invoke-ClientRequest fixing test case
89e5679 bug: c8y identity create Removing invalid \00A0 character from the example
6833ccf docs: fixing bulkoperations, devicecontrol and identity examples
f0a6271 bug: Handling json bodies with integer like keys in the object
6ff6954 docs: Updating external id create examples
2843b76 feat: Adding --nullInput/-n global parameter to ignore pipeline data
196abb7 docs: c8y identity adding additional examples for list and create
2454b3a docs: adding option to skip example powershell transform
bf2d2ed bug: c8y applications createdHostedApplication dry mode no longer panics
f413229 docs: update create hosted webapplication property description and examples
98e8350 bug: PSc8y add support for actionTypes parameter docs: changed actionTypes parameter description
7006772 doc: add missing parameter descriptions bug: PSc8y add missing common parameters and descriptions
d32250b bug: checking if all jobs have been read before checking against maxJob limit has been exceeded
3d1a77d dev: adding svg-term dependency to convert asciinema recordings to animated svgs for easier use in docs
6cdb28e docs: migrating to new static site generator for improved features and control, new docs page is still in progress, and the content is still being updated, but it can be previewed: Beta go-c8y-cli documentation

Cumulocity CLI 2.0.0-beta25

20 Apr 04:43
Compare
Choose a tag to compare
Pre-release

Changelog

6f2c123 bug: fixing handling of timestamps used inside request body. The + (plus sign) is no longer url encoded to %2B when used inside a body. Previously it only affected when being run from an operating system not configured in GMT/UTC timezone
344ae13 bug: fixing console message when executing PUT and POST requests using --noAccept parameter
456519b bug: suppressing warning when using the --filter parameter and the property name does not exist
e176162 c8y util repeat improving parameter descriptions

Cumulocity CLI 2.0.0-beta24

18 Apr 21:00
Compare
Choose a tag to compare
Pre-release

Changelog

e048a58 docs: adding activity log concepts page
e17af3e removing powershell request metrics docs as it is no longer valid for v2
f87567a updating references to old hide sensitive logging environment variable
df88629 docs: adding information how to hide sensitive information on the console in dry run mode
0a7b593 global dry parameter: dry output is written to standard output instead of standard error
ff03f0f updating dryrun documentation
13491c2 updating pipeline docs
586af70 adding utility, c8y util show, to process json input from stdin or file
51d6c9b adding new cli utility command c8y util repeat to make it easier to loop over piped data
4354afe subscribe commands: Handling panics when establishing realtime client
ff08583 c8y agents create adding pipeline support for name parameter
1b2245d fixing smart group tests and examples
a510f33 clearing additional environment variables: C8Y_HEADER and C8Y_HEADER_AUTHORIZATION
e0048e3 adding smartgroup root command with list, create, update, delete commands
b1ec27c adding more examples to list commands for agents, devices, devicegroups
0e6c4d1 fixing bug with quoting for input.value template variable
cfedfba Adding additional command under the bulk operations to get the list of related bulk operations which accepts piped input. c8y bulkoperations list | c8y bulkoperations listOperations
b79b633 c8y activity log type filter now supports all option to remove the default log type filter (which is request)
6ef12c7 adding test for native powershell call using a helper function
8000f0c adding docs about using 3rd party tools to send requests (i.e. curl, native powershell etc.)
bab1ba2 set-session includes addition environment variables: C8Y_HEADER and C8Y_HEADER_AUTHORIZATION with includes the Authorization header info with and without the header name (respectively). It makes it easier to use the same authorization used by go-c8y-cli in other 3rd party tools
ff08b90 c8y template execute adding test cases for checking missing template parameter
b5b1bad c8y template execute --template parameter is required
db41811 c8y operations list Adding revert parameter to sort operation results by newest to oldest
b296fbd c8y inventory find * fixing handling when piping empty query from a smart group * using --onlyDevices will use the q= query parameter instead of query=
e92213d c8y realtime subscribe adding quotes to example to avoid problems with shell expansion of "*"
5862fdd adding filter test cases for lt, lte, gt and gte

Cumulocity CLI 2.0.0-beta23

16 Apr 08:37
Compare
Choose a tag to compare
Pre-release

Changelog

fb8dc48 fixing debugging golang test case
bce38fe replacing unicode escape characters in response (only for (\u003c => "<" , \u003e => ">", \u0026 => "&")
2a8340c fixing filter operators docs
082a712 fixing filter support for array lengths and adding list of supported operators in docs

Cumulocity CLI 2.0.0-beta22

15 Apr 20:22
Compare
Choose a tag to compare
Pre-release

Changelog

5fd661d fixing flaky filter tests
b376c4d fixing doc typos
dfb5870 increasing max workers allowed
6f5f9bf --raw mode forces json output and disables the view logic
f1a218f fixing typos in docs
a8f31cd refactoring paging docs

Cumulocity CLI 2.0.0-beta21

15 Apr 19:06
Compare
Choose a tag to compare
Pre-release

Changelog

4bf725b fixing bug with c8y inventory list when using --includeAll which caused the output to include duplicated results

Cumulocity CLI 2.0.0-beta20

15 Apr 11:12
Compare
Choose a tag to compare
Pre-release

Changelog

0ed52bd fixing global flag help text for queryParam

Cumulocity CLI 2.0.0-beta19

15 Apr 09:26
Compare
Choose a tag to compare
Pre-release

Changelog

b823bcb adding error check whilst walking view directory before checking if path is a directory or not
7a6c5b3 fixing grammer
7d8255d adding device groups example
74f2290 updating error handling docs

Cumulocity CLI 2.0.0-beta18

14 Apr 21:23
Compare
Choose a tag to compare
Pre-release

Changelog

9cf8b63 fixing eval bug
d740d2c adding pipeline support for Query and new Query template to control the input format
55c223a refactoring to use constuctor
0e4c744 adding tests for piping managed object query
946595a adding new commandc8y inventory findByText (Find-ByTextManagedObjectCollection) which supports piping to the text field
3ebb85a adding pipeline formatter support to support piping into the c8y inventory find --query
83ac7f9 fixing obfuscation of token in verbose and dry output

Cumulocity CLI 2.0.0-beta17

14 Apr 06:58
Compare
Choose a tag to compare
Pre-release

Changelog

262e8ba changing default delay to 0 and maxJobs to 0 (unlimited)
c080557 fixing bug with maxJobs being set to 0 (meaning unlimited)
2cb517d changing worker warning messages to info