Socket
Socket
Sign inDemoInstall

snget

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    snget

A utility to export & import ServiceNow records from one instance to another.


Version published
Maintainers
1
Install size
83.6 kB
Created

Readme

Source

snGet

A utility to export & import ServiceNow records from one instance to another.

Setup from ZIP file

  1. Download ZIP file
  2. Extract ZIP
  3. Open snget folder in VS Code
  4. npm i in integrated Terminal
  5. Rename or copy .env.example to .env
  6. Update the target and source variables as needed
  7. Run in the terminal node app.js
  8. Enter table: incident
  9. Enter encoded query: sys_id=A1234567890
  10. Check the target instance to make sure the records have inserted or updated based on your encoded query

Setup from GitHub

  1. Clone repo
  2. Browse to the repo directory in the terminal cd snget
  3. Install dotenv dependency using npm i
  4. Rename or copy .env.example to .env
  5. Update the target and source variables as needed
  6. Run in the terminal node app.js
  7. Enter table: incident
  8. Enter encoded query: sys_id=A1234567890
  9. Check the target instance to make sure the records have inserted or updated based on your encoded query

Setup from NPM

  1. npm i snget
  2. Move the snget folder out of node_modules and into the project root directory
  3. Move the node_modules folder into the snget folder
  4. Change to the snget directory in terminal
  5. Rename or copy .env.example to .env
  6. Update the target and source variables as needed
  7. Run in the terminal node app.js
  8. Enter table: incident
  9. Enter encoded query: sys_id=A1234567890
  10. Check the target instance to make sure the records have inserted or updated based on your encoded query

This is temporary until I publish a better solution for NPM

Keywords

FAQs

Last updated on 23 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc