Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@architect/cli
Advanced tools
@architect/cli
new experimental global cli tool for architect projects
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
.
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
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
FAQs
A global cli tool for quickly building serverless apps with Architect
The npm package @architect/cli receives a total of 1 weekly downloads. As such, @architect/cli popularity was classified as not popular.
We found that @architect/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.