Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

architect-local

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

architect-local

Architect CLI for use with LocalStack

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Architect Local

This repo provides arclocal, a simple command-line wrapper to use Architect CLI (arc.codes) locally with LocalStack.

Prerequisites

  • LocalStack
  • awslocal
  • npm

Installing

The arclocal CLI can be installed via npm:

npm install -g architect-local @architect/architect

Please note that the command above includes the @architect/architect package - the arclocal allows to install arbitrary versions of @architect/architect under the covers.

Usage

The arclocal CLI has the same usage as the arc command. For example, to initialize and deploy an app locally to your LocalStack instance:

arclocal init
arclocal deploy

(Please note that LocalStack needs to be running and listening on the default port 4566 for the above commands to succeed.)

Change Log

  • v0.0.3: Fix patching, print local endpoints after deployment, update README
  • v0.0.1: Initial version

License

This tool is provided under the Apache License, Version 2.0.

FAQs

Package last updated on 04 Aug 2021

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