You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@airtable/blocks-cli

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airtable/blocks-cli

Official command line tool for Airtable blocks development


Version published
Weekly downloads
15K
decreased by-22.25%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

Command line tool for Airtable Blocks development

Installation

To install or update the block cli, run:

npm install --global @airtable/blocks-cli

Usage

Running the block locally

Go to the block's directory and run:

block run

This will start a local server and serve the bundle over https locally, with a self-signed certificate.

Once the server is started paste the bundle URL into the "Edit block locally" dialog in Airtable.

The block's frame will switch to the local development bundle. It will automatically reload when you update the code locally.

Updating your API key

To block release, you must have a valid Airtable API key configured. Use block set-api-key to update it.

We support user (~/.config/.airtableblocksrc.json) and block (.airtableblocksrc.json within block directory) scoped configs, and prefer the block scoped config if both exist.

FAQs

Package last updated on 16 Jul 2024

Did you know?

Socket

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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc