CLI Metadata release notes

  • Release version: Store
  • Updated April 15, 2021
  • 1 minute to read
  • Version history for the CLI Metadata on the ServiceNow Store.

    Important:
    For details on system requirements and family compatibility, view the application listing on the ServiceNow Store website.

    Version history

    Version 1.1.2 - April 2021
    • 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.
    Version 1.0.7 - January 2021
    • 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.