Socket
Socket
Sign inDemoInstall

@architect/cli

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/cli

A global cli tool for quickly building serverless apps with Architect


Version published
Weekly downloads
12
decreased by-87.63%
Maintainers
7
Weekly downloads
 
Created
Source

@architect/cli

new experimental global cli tool for architect projects

installation

For now:

npm i -g @architect/cli

Coming soon: binary distributions. If you are interested in helping please let us know! Currently you can generate experimental binaries by cloning this repo and running npm run build.

commands

arc help

get help

arc init

generate local code based on .arc (and will generate a default .arc if none exists)

arc package

generate sam.json based on .arc

arc repl

start a repl based on .arc

arc sandbox

start a local web server on 3333

arc version

gets the current version

example usages

create a new app and kick up the local dev server

mkdir testapp
cd testapp
arc init
arc sandbox

package sam.json and deploy it with Cloudformation

arc package
sam package --template-file sam.json --output-template-file out.yaml --s3-bucket [S3 bucket]
sam deploy --template-file out.yaml --stack-name [Stack Name] --s3-bucket [S3 bucket] --capabilities CAPABILITY_IAM

Keywords

FAQs

Package last updated on 31 May 2019

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc