Reuben Miller
Reuben Miller
When using the -Credentials parameter when calling `Invoke-PSDepend` for dependencies that don't require credentials, would result in the erroneous warning `WARNING: No credential found for the specified name . Was...
Add support for setting the insecure (skip SSL verification) when creating a new session. This is sometimes required if the host is using a self-signed certificate. Insecure mode already existed...
### Use case If you have a Cumulocit IoT Edge instance which uses self-signed certificates, then it should be possible to enable `--insecure` mode when creating a go-c8y-cli session, so...
### Refactor: c8y userreferences addUserToGroup **Suggestions** ```sh # assign c8y users groups assign --id 1234 --group admins c8y users list | c8y users groups assign --group admins # unassign a...
Create new inventoryroles subcommand from api spec https://cumulocity.com/api/10.13.0/#operation/deleteInventoryRoleResourceId * list * create * get * update * delete * roles * assign inventory role to a user * get a...
### Example ``` c8y usergroups assignApplication --group Global\ Manager --application myapplication ``` Current workaround (using process substitution) #### Add application ````sh c8y usergroups get --id 276 \ | c8y api...
## Proposed changes Use canonical paths (e.g. resolving symlinks etc.) when comparing if notify paths are a child of the given watcher path. On some platforms like MacOS, the watcher...
## Proposed changes Support developing thin-edge.io on MacOS to ease development. It is not expected to be able to run a full thin-edge.io instance, however it is possible to run...
**Is your feature improvement request related to a problem? Please describe.** The `tedgeUrl` property of the `config_snapshot` command should not be mandatory when creating a local operation. Having the `tedgeUrl`...
**Is your feature improvement request related to a problem? Please describe.** The `sudo.enable` setting is not respected by all components. This makes it more difficult to run thin-edge.io under and...