While using the Gaia CLI, what is the correct command to publish changes to the management server?
While using the Gaia CLI, what is the correct command to publish changes to the management server?
The correct command to publish changes to the management server while using the Gaia CLI is 'commit'. This command is used to end a transaction by committing the changes made during the session. Other options like 'mgmt publish' or 'mgmt cli commit' might pertain to different contexts or tools but are not the specific commands used in Gaia CLI for this purpose.
A. List of all available Gaia Clish commands: commit - End transaction by committing changes. https://sc1.checkpoint.com/documents/R80.30/WebAdminGuides/EN/CP_R80.30_Gaia_AdminGuide/html_frameset.htm?topic=documents/R80.30/WebAdminGuides/EN/CP_R80.30_Gaia_AdminGuide/202015
Answer is A
Answer is B https://sc1.checkpoint.com/documents/latest/APIs/#clish/publish~v1.9%20
The question asks about GAIA CLI. Your link refers to documentation about API commands
B. It clearly says "publish", and when using Gaia CLI your API commands must be preceded by "mgmt"