└── README.md /README.md: -------------------------------------------------------------------------------- 1 | The ServiceNow CLI is a command-line interface that lets you perform instance operations from your local system. You can extend the CLI to include new commands that meet your application's needs. 2 | 3 | Benefits 4 | The ServiceNow CLI lets you: 5 | - Perform basic CRUD operations on records in your instance. 6 | - Develop custom components and deploy them to your instance to personalize a UI. 7 | - Create custom commands that enable you to manage custom applications from the command line. 8 | - Use the ServiceNow CLI in scripts to simplify setup tasks and operational activities. 9 | 10 | This GitHub repository simply provides links and an alternative download for the clients because ServiceNow Store requires HI/Support credentials typically only provided to admins. 11 | 12 | ServiceNow Store links 13 | 14 | - [ServiceNow CLI](https://store.servicenow.com/sn_appstore_store.do#!/store/application/9085854adbb52810122156a8dc961910) 15 | - [CLI Metadata app](https://store.servicenow.com/sn_appstore_store.do#!/store/application/5be94e20c3cb1010e44fe317a840dd15) 16 | 17 | Documentation links: 18 | 19 | - [Documentation](https://docs.servicenow.com/bundle/rome-application-development/page/build/servicenow-cli/concept/servicenow-cli.html) 20 | 21 | Client download: 22 | 23 | - [Download](https://github.com/ServiceNow/servicenow-cli/releases/latest) 24 | --------------------------------------------------------------------------------