accelo admin override
The accelo admin override
command manages the override.yml
file. It provides the following use cases.
- Generate the file if not present.
- Push the file to Mongo DB in the override collection.
- Update/load the file from Mongo DB using the -l flag.
- Delete the collection from Mongo DB if the file is not present when the -d flag is passed.
- The -y flag ignores the user input step if required when the command is executed.
Before executing, verify if this command is compatible to the targeted Pulse version.
x
> accelo admin override -h
#manages override.yml file
The command usage syntax is as follows:
accelo admin override [flags]
This command has the following flags which help you to leverage the use cases mentioned above.
- -y: auto ignore questions
- -d: delete delete override file from DB
- -h: help for override
- -l: load push the
override.yml
file to DB without checks
Was this page helpful?