emscli execute hotfix
manages FortiClient EMS hotfixes
Synopsis
execute hotfix is used to interact with EMS hotfixes.
- To list all hotfixes that have been applied or attempted, use the
--listflag. - To apply a hotfix, pass the path/name of the hotfix .zip file to the --apply flag.
- To revert a hotfix, pass the checksum of the hotfix to the
--revert.checksumflag.
Note that hotfixes can only be reverted in reverse order of application.
emscli execute hotfix [flags]
Options
--apply string Applies the hotfix in the specified zip file
-h, --help help for hotfix
--list Lists all hotfixes that have been applied or attempted before (failed or reverted)
--revert.checksum string Reverts the hotfix with the specified checksum. Only hotfixes that are currently applied can be reverted. Hotfixes can only be reverted in reverse order of application
See also
- emscli execute - for executing commands on the host