seam-cli

0.0.60 • Public • Published

seam-cli-chromatic-dark-blog-cover-repo

seam-cli - Seam Command Line Interface

A command line for interacting with the Seam API, create a free account at console.seam.co

Installation

For npm users:

npm install -g seam-cli

For brew users:

brew tap seamapi/homebrew-seam
brew install seam

Usage

Every seam command is interactive and will prompt you for any missing required properties with helpful suggestions. To avoid automatic behavior, pass -y

# Login to Seam
seam login

# Select your workspace
seam select workspace

# Interactively select commands to execute
seam

# Create a connect webview to connect devices
seam connect-webviews create

# List devices in your workspace
seam devices list

MY_DOOR=$(seam devices get --name "Front Door" --id-only)

# Unlock a lock
seam locks unlock-door --device-id $MY_DOOR

# Create an access code
seam access-codes create --code "1234" --name "My Code"

# List you access codes
seam access-codes list --device-id $MY_DOOR

Readme

Keywords

none

Package Sidebar

Install

npm i seam-cli

Weekly Downloads

14

Version

0.0.60

License

none

Unpacked Size

2.42 MB

Total Files

60

Last publish

Collaborators

  • seveibar