@smartsheet-bridge/extension-scripts

A command line interface (CLI) tool for assisting the development and maintenance of [Bridge by Smartsheet](https://www.smartsheet.com/platform/bridge) extensions.

Usage no npm install needed!

<script type="module">
  import smartsheetBridgeExtensionScripts from 'https://cdn.skypack.dev/@smartsheet-bridge/extension-scripts';
</script>

README

@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": {
    "logs": "extension-scripts logs",
    "revoke": "extension-scripts revoke",
    "deploy": "extension-scripts deploy",
    "build": "extension-scripts build"
  }
}

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.