New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azw

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

azw

One command Azure deploy

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

azw

This is a proof of concept and only covers the happy path. This wraps the az webapp up command. This has no useful error handling.

Up and Running.

  1. Install az
  2. Install the webapp extension
  3. Log in to az by running az login
  4. Install azw by running npm install --global azw

Use

azw

Node project

This is the only command that works. No flags. No other commands. If azw detects a package.json, it will attempt to deploy your project and run whatever npm start says to do. See here how to set that up. Make sure you run npm install locally since it won't run that in the cloud. If you do not have process.json which is needed for pm2 then it will generate one for you.

Static project

If you do not have a package.json, it assumes you want to do a static site deploy. This will create a package.json for you, auto-generate a project name, npm install, generate a process.json and then deploy it. It uses the serve to do so which supports deep linking.

⚠️ Warning ⚠️

This is a proof concept. It will likely not be maintained. Since its proxying the output from the Python scripts, sometimes the spinner can freak out.

FAQs

Package last updated on 12 Apr 2018

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