Changed or Added CLI Commands
Introduction
This page contains a list with added, changed or removed CLI commands between Infinite Scale version 5.0.x and 7.0.0.
Affected CLI Commands
See the link for a detailed description of the respective CLI command if available.
-
Auth-Tokens
Theocis auth-app create
command allows creating tokens to authenticate 3rd party access. -
Cleanup Orphaned Shares
Theocis shares cleanup
command allows for removing share orphans that occur when a shared space or directory got deleted. -
Manage Expired Uploads
Theocis storage-users uploads sessions --restart
command got an alternative--resume
option.
Resume can be used in the same way as restart with a slightly different behavior. -
Purge Expired Space Trash-Bin Items
Theocis storage-users uploads
got restructured.
The deprecatedlist
option is now removed, theclean
option is now part of thesessions command
. -
Resume Post-Processing
Theocis postprocessing restart
command got an alternativeresume
option.
Resume can be used in the same way as restart with a slightly different behavior. -
Reset Password for IDM Users
Theocis idm resetpassword
can now specify the user name via the--user-name
(-u
) flag. -
Revisions Cleanup
Theocis revisions purge
command allows removing revisions of files in the storage. Note that this command has also been backported to version 5 available with its latest release. -
Service Health
Ahealth
command has been added to each service:ocis <service-name> health
. -
Trash Purge.
Theocis trash purge-empty-dirs
command allows removing empty folders from the trashbin. -
The
ocis graph list-unified-roles
command simplifies the process of finding out which UID belongs to which role. Note that this command is described in the ocis repository and has been added for completeness only.