@architect/clideprecated

A global cli tool for quickly building serverless apps with Architect

Usage no npm install needed!

<script type="module">
  import architectCli from 'https://cdn.skypack.dev/@architect/cli';
</script>

README

@architect/cli Travis Build Status Appveyor Build Status codecov

Global command line interface for @architect projects.

Installation

npm

npm i -g @architect/cli

Binary Distributions

Coming soon! 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.

Usage

Run arc with no arguments to get help. To create a new app and kick up the local dev server:

mkdir testapp
cd testapp
arc init
arc sandbox

Package the current app as sam.json and deploy it with CloudFormation:

arc deploy