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

azez

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azez

Easy CLI for deploying to Microsoft Azure

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

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

azez

Easy CLI for deploying to Microsoft Azure

oclif Version Codecov Downloads/week License

Usage

$ npm install -g azez
$ azez COMMAND
running command...
$ azez (-v|--version|version)
azez/0.0.1 darwin-x64 node-v10.15.0
$ azez --help [COMMAND]
USAGE
  $ azez COMMAND
...

Commands

azez hello [FILE]

describe the command here

USAGE
  $ azez hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ azez hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

azez help [COMMAND]

display help for azez

USAGE
  $ azez help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

azez login [FILEPATH]

deploy a new static site

USAGE
  $ azez login [FILEPATH]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ azez static .

See code: src/commands/login.ts

azez logout [FILEPATH]

logout and clear global config

USAGE
  $ azez logout [FILEPATH]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ azez logout

See code: src/commands/logout.ts

azez static [FILEPATH]

deploy a static site to Azure Static Sites

USAGE
  $ azez static [FILEPATH]

OPTIONS
  -N, --noSave                       don't save the configuration
  -a, --account=account              name of the storage account to deploy to
  -h, --help                         show CLI help
  -l, --location=location            location where to create storage account e.g. "West US"
  -r, --resourceGroup=resourceGroup  name of the resource group to deploy to
  -s, --subscription=subscription    subscription ID under which to create new resources

EXAMPLE
  $ azez static .

See code: src/commands/static/index.ts

azez login

azez logout

azez static

Work in progress. Unstable. Experimental.

Keywords

FAQs

Package last updated on 01 Mar 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