Releases: reubenmiller/go-c8y-cli
Cumulocity CLI 2.0.0-beta26
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
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
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
Cumulocity CLI 2.0.0-beta22
Cumulocity CLI 2.0.0-beta21
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
Changelog
0ed52bd fixing global flag help text for queryParam
Cumulocity CLI 2.0.0-beta19
Cumulocity CLI 2.0.0-beta18
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