create-servicenow-change-request

0.1.1 • Public • Published

Create ServiceNow Change Request

Automate the creation of a change request in ServiceNow.

Travis Status Coverage Status Dependencies Status Apache License 2.0 NPM Version


Overview

This tool automate the creation of a change request in ServiceNow.

  • The planned and work start date is set to current date.
  • The planned and work end date is set to current date plus 5 minutes.

Install

Install this globally and you'll have access to the create-servicenow-change-request command anywhere on your system.

npm i create-servicenow-change-request -g

Configuration

User configuration file

Create a yaml file with following informations:

# ServiceNow host 
host:
 
# ServiceNow id and name 
id:
name:
 
# Tequila 
username:
token:
key:

Application configuration file

Create a yaml file with following informations:

# Business Service id and name 
id:
name:
 
# Assignment group id and name 
group_id:
group_name:
 
# Version prefix 
prefix:

Usage

csncr -h
Usage: csncr -u user.yml -a app.yml -l CHANGELOG.md
 
Options:
  -u, --user-config  User configuration file               [string] [required]
  -a, --app-config   Application configuration file        [string] [required]
  -l, --changelog    CHANGELOG.md file                     [string] [required]
  -h, --help         Show help                                       [boolean]
  -v, --version      Show version number                             [boolean]
 
Examples:
  csncr -u user.yml -a memento.yml -l CHANGELOG.md
  csncr -u user.yml -a rdp.yml -l CHANGELOG.md

Contributing

Contributions are always welcome.

See Contributing.

Developer

License

Apache License 2.0

(c) William Belle, 2019-2020.

See the LICENSE file for more details.

Package Sidebar

Install

npm i create-servicenow-change-request

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Unpacked Size

97.9 kB

Total Files

19

Last publish

Collaborators

  • williambelle