cec version
Show Cells Client version information
Synopsis
DESCRIPTION
Print version information.
You can format the output with a go template using the --format flag. Typically, to only output a parsable version, call:
$ cec version -f '{{.Version}}'
As reference, known attributes are: - PackageLabel - Version - BuildTime - GitCommit - OS - Arch - GoVersion
This also provides various utility sub-commands that come handy when manipulating software files.
cec version [flags]
Options
-f, --format string Use go template to format version output
-h, --help help for version
Options inherited from parent commands
--config string Location of Cells Client's config files, usually /home/bsinou/.config/pydio/cells-client
--login string The user login, for Client auth only
--no_cache Force token refresh at each call. This might slow down scripts with many calls
--password string The user password, for Client auth only
--skip_keyring Explicitly tell the tool to *NOT* try to use a keyring, even if present. Warning: sensitive information will be stored in clear text
--skip_verify By default the Cells Client verifies the validity of TLS certificates for each communication. This option skips TLS certificate verification
-t, --token string A valid Personal Access Token
-u, --url string The full URL of the target server
SEE ALSO
- cec - Connect to a Pydio Cells server using the command line
- cec version isgreater - Compare the two versions, succeed when the first is greater than the second
- cec version isrelease - Check if a given string represents a valid RELEASE version
- cec version isvalid - Check if a given string represents a valid version