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 'mgmt publish'. This command is specifically designed to publish changes that have been made, ensuring they are applied to the management server. Commands like 'json publish' or 'commit' serve different purposes or may not be valid in this context.
Correct Example > mgmt add host name myHost12 ip-address 3.3.3.3 > mgmt publish message "OK" number-of-published-changes 1 >
commit - End transaction by committing changes.
It's asking to publish, not commit. B is correct
Commit install the changes to the gateway. Here is asking for publish in management server. B is correct.