Releases: croz-ltd/dpcmder
Releases · croz-ltd/dpcmder
v0.7.1
- added appliance name to the directory created on the local machine
- makes it easier to backup multiple appliances in a row
- fixed issue with copying files to local filesystem when performing
a secure backup for the multiple appliances (refreshing filestore cache)
v0.7.0
Secure backup added
Added new operation (B key) for secure backup.
After pressing the 'B' key:
- user is asked to select a certificate present in the appliance
default domain - selected certificate is used to create a secure backup of the
appliance and save it in the directory in the temporary:
filestore - a new directory on the local filesystem is created
- all secure backup files are copied from the temporary filestore
of the appliance to the local filesystem - secure backup is deleted from the DataPower appliance (if user
confirms deletion)
Minor changes:
- save domain implemented when using REST management interface
- tcell library update
v0.6.1
v0.6.0
v0.5.1
v0.5.0
New Features
Added status mode, there are 3 view modes now (0 key cycles between them):
- filestore mode
- object mode
- status mode (flush action for XSL and document cache)
Fixes
Disabled actions on the parent directory because it is probably selected by mistake. Though parent directories are still shown as selected they are not considered as selected for actions like copy, diff, delete...
Resizing of terminal window was sometimes causing errors or wrong items shown.
v0.4.0
v0.3.6
v0.3.5
New Features:
- back/forward navigation (Shift+Left Arrow/Shift+Right Arrow or J/L)
- jump to any view from history (H)
Fixes:
- the proper title for list of DataPower object classes
Other:
- more test cases
- removed 32-bit builds - can be easily added back if someone needs them
v0.3.4
New Features:
- whole appliance export
- domain creation
- copy object to file and create or update an object from a file
- clone object
- view object info ('?' key)
- show domain status in domain list (modified & down)
- version information (command-line flag '-v')
Improvements:
- showing a modified state of classes and objects when using REST management
- better logging
- keep the current item after copy and refresh
- sizes of released binaries a few times smaller
Fixes:
- problems with the modified state of classes
- view and edit operations for some singleton objects from the default domain were not working
- refreshing object statuses after update
- refreshing object statuses after save
- command-line password parameter was not used properly