Releases: sn-edit/sn-edit
v0.2
The full rewrite of the app formerly known as Servicenow Script Editor Engine (sn-edit.com). This is a whole new app rewritten from scratch.
We've also dropped the autosync and filewatcher capability for now. The main focus is to provide a stable CLI experience and make it possible to integrate sn-edit into any major IDE/editor that supports extensions or plugins.
The idea is to provide a stable CLI that you can rely on and create an extension that would bridge the IDE/editor functionality with the CLI app. So you would only execute commands in the background and get the results back and interact with the user. As a proof of concept we've created the Visual Studio Code Extension as a reference implementation of how it could work in other environments.
Features:
- Download an entry
- Upload fields of an entry
- Scope support
- Update sets support
- Masking the credentials (rest)
- Custom tables support
- Custom fields, saved into a file based on the configured extension (script => js, name => txt)
- Execute scripts on the instance
- A local low-profile sqlite database for metadata and usage inside of sn-edit
PS: Only 64 bit architectures are supported. MacOS, Linux and Windows are supported. Please follow the installation instructions on the Docs site. You can find the link to them in the README.