bheisig / i-doit-cli

Access your CMDB on the command line interface
GNU Affero General Public License v3.0
13 stars 1 forks source link

Support wildcards in command "read" #4

Open bheisig opened 7 years ago

bheisig commented 7 years ago

Examples:

idoit read */model
idoit read server/*/model
idoit read db*/model
bheisig commented 7 years ago

This is already available for some paths. See updated documentation or call "idoit help read" for many examples.