0
1.1.2
Yokohama, Xanadu, Washington DC, Vancouver
The ServiceNow CLI Metadata app provides the framework that enables users to define commands within their instance that can be executed by the ServiceNow CLI client. The client is a separate download and is currently available on the Innovation Lab.
When this app is installed on an instance, administrators can create commands that map to REST endpoints which, when executed using the CLI client, enable users to perform robust and repeatable actions, allowing them to work more efficiently.
- Create CLI commands with arguments and map them to REST endpoints.
- Perform create, read, update, and delete (CRUD) operations on existing tables using record commands.
- Chain CLI commands together using callback commands.
Version 1.1
- Aliases can now be defined by referencing existing Command Groups and Commands.
- Additional global arguments provide more flexibility in defining the output. (--output none, --no-interactive, --no-verbose)
- If a command argument is of "File Input" type, there is now a "skip pre-processing" option to prevent the CLI client from converting YAML files to JSON.
None