2022.10.07
·
1374 commits
to main
since this release
First stable release of sdpctl
Annnouncing the first stable release of sdpctl. sdpctl is the official command line tool for managing an Appgate SDP Collective. It replaces the upgrade- and backup scripts that are provided with the Appgate SDP Appliance image (now marked as legacy tools).
With sdpctl you can perform all the tasks that were previously done using seperate tools, such as backing up and upgrading your Appgate SDP Collective. Though the first stable release mainly replaces the old script functions, it has additional commands that will help an Appgate SDP Collective administrator, such as the ability to manage different collectives using collective profiles, and more functionality will be introduced in future releases.
What's Changed
- check canPrompt after checking pre-existing token and credentials by @danijeel in #292
- sdpctl profiles, Mange more then 1 appgate sdp collective by @danijeel in #291
- FIX: clear auth token when running signin by @kajes in #295
- re-use token in all commands if it exists. by @danijeel in #297
- Log per collective by @danijeel in #294
- delete bearer file in windows by @kajes in #296
- hide profile flag parsed Usage by @danijeel in #300
- FIX: ParseInt error when comparing upload version and prepared version by @kajes in #298
- Always log version when running command by @kajes in #301
- use stats online wrapper func by @danijeel in #304
- skip write error on api version update by @danijeel in #303
- clear provider on configure by @kajes in #308
- Check backup file result before trying to download by @kajes in #302
- add quick start guide as github page by @gokhan-berberoglu in #306
- Update README by @kajes in #307
- Add instructions on how to verify signature of released binaries by @thomascellerier in #309
New Contributors
- @thomascellerier made their first contribution in #309
Full Changelog: 2022.09.15-rc7...2022.10.07