azez
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i azez

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

49.6 kB

Total Files

29

Last publish

Collaborators

  • btholt