@smartsheet-bridge/extension-scripts
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@smartsheet-bridge/extension-scripts

A command line interface (CLI) tool for assisting the development and maintenance of Bridge by Smartsheet extensions.


Please refer to Bridge by Smartsheet's documentation for how to build an extension.

Installation

yarn

yarn add -D @smartsheet-bridge/extension-scripts

npm

npm install -D @smartsheet-bridge/extension-scripts

Setup

This tool is designed to be installed as a devDependency and interacted with through npm or yarn scripts.

{
  // ...
  "scripts": {
    "account": "extension-scripts account",
    "build": "extension-scripts build",
    "upload": "extension-scripts upload",
    "deploy": "extension-scripts deploy",
    "revoke": "extension-scripts revoke",
    "logs": "extension-scripts logs",
    "executions": "extension-scripts executions"
  }
}

It can also be ran directly in the terminal.

./node_module/.bin/extension-scripts <command> [options]

Usage

Please see the Bridge by Smartsheet documentation for usage.

Readme

Keywords

none

Package Sidebar

Install

npm i @smartsheet-bridge/extension-scripts

Weekly Downloads

21

Version

1.1.0

License

Apache-2.0

Unpacked Size

193 kB

Total Files

171

Last publish

Collaborators

  • pratik136
  • cassels
  • smcgowan_bridge
  • converseai_dev