Blog Viewer

Scripting How-To: View the post-inheritance configuration of a commit script

By Erdem posted 08-07-2015 17:07

  

View the Post-Inheritance Configuration of a Commit Script

 

To display the XML format of the post-inheritance configuration:

 

1
[edit]
2
user@host# show | display commit-scripts view

 

 

To display all configuration group data, including script-generated changes to the groups:

 

1
[edit]
2
user@host# show groups | display commit-scripts

 

 

To save the commit script input to a file, add the save command to the command line:

 

1
[edit]
2
user@host# show | display commit-scripts view | save filename.xml

#ScriptingHow-To
#xml
#How-To
#configlet
#commitscript

Permalink