1.0.13 • Published 4 years ago

now-sync v1.0.13

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

NOW-sync

A tool to help developers sync local files to ServiceNow record fields. Requires NodeJS.

Commands

now [command]

Commands:
  now check      Checks for any config errors
  now config     Initiates config for current folder (run this first)
                                                              [aliases: init, c]
  now info       Lists information about ServiceNow instance        [aliases: i]
  now add:table  Add a new table configuration to sync with local files
                                                                   [aliases: at]
  now add        Add record files to sync with a ServiceNow record  [aliases: a]
  now pull       Overwrites all local file content with synced ServiceNow record
                 content
  now push       Overwrites all synced ServiceNow record fields with local file
                 content
  now sync       !DANGER! Perform a one-time sync on all synced local files with
                 ServiceNow records
  now watch      Watches project folder files for changes and pushes changes to
                 ServiceNow

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Quick Start

  1. Install NodeJS. Use nvm or nvm-windows or asdf if you’d like.
  2. Install this package: yarn global add now-sync (or npm -g install now-sync).
  3. Run now config to configure your local environment.
  4. Test your configuration by running now info.
  5. Run now add to add a record to sync.
  6. Run now watch to start watching local files.
  7. Make some file changes, watch your file updates sync with the ServiceNow record.
  8. Happy development!
1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago