mender-cli
mender-cli copied to clipboard
A general-purpose CLI for the Mender backend
- using goreleaser + git-cliff resulting Changelog below, not sure if it's helpful to have the resulting distributables listed here as well.
- extended download/upload description - fix log info - replaced separator with delimiter in error msg - replaced string with string-constant
When using the .mender-clirc files the order in which those files are looked after should be in reverse. They should be discovered from local to global. Whith this pull request...
Add a command to create new deployments from mender-cli. I'm sorry if this is rather rough, but I've never used go before. Currently the only deployment command I implemented was...
--- ## 1.12.0-build4.1 - 2025-05-29 ### Bug Fixes - *(tests)* Use mongosh instead of mongo command ([03ade99](https://github.com/mendersoftware/mender-cli/commit/03ade99fa8c16d7e1e35a219d6f18c3921aef652)) by @kjaskiewiczz Legacy "mongo" shell has been removed in MongoDB 6.0 - Check...
``` mender-cli terminal --select Name=Device01 ``` The `--select` flag allows any key=value combination to search through devices by any `InventoryAttribute`. `key` is not case sensitive so it will accept Name/name...
Currently the page directs to an empty download page.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps the golang-dependencies group with 4 updates: [github.com/spf13/pflag](https://github.com/spf13/pflag), [github.com/spf13/viper](https://github.com/spf13/viper), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term). Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10 Release notes Sourced from github.com/spf13/pflag's releases. v1.0.10 What's Changed fix deprecation comment...
Hi everyone, I rely on the port-forward feature daily at work to proxy hundreds of HTTP requests to our devices. Until now, “concurrent map read and map write” panics caused...