Git Product home page Git Product logo

cli's Introduction

CLI

CLI for interacting with Zesty.io services

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @zesty-io/cli
$ zesty COMMAND
running command...
$ zesty (--version)
@zesty-io/cli/0.0.4 linux-x64 node-v16.13.1
$ zesty --help [COMMAND]
USAGE
  $ zesty COMMAND
...

Commands

zesty auth

USAGE
  $ zesty auth [-h]

FLAGS
  -h, --help  Show CLI help.

See code: dist/commands/auth/index.ts

zesty auth get-user-token

Show current user session token CLI is configured to use

USAGE
  $ zesty auth get-user-token

DESCRIPTION
  Show current user session token CLI is configured to use

zesty auth login [EMAIL] [PASS]

Command for authenticating with a Zesty.io account

USAGE
  $ zesty auth login [EMAIL] [PASS] [-h]

ARGUMENTS
  EMAIL  Your user account email
  PASS   Your user account password

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Command for authenticating with a Zesty.io account

EXAMPLES
  $ zesty auth:login [email protected] strong-password-for-security

zesty auth signup [EMAIL] [PASS] [FIRSTNAME] [LASTNAME]

Command for creating a Zesty.io account

USAGE
  $ zesty auth signup [EMAIL] [PASS] [FIRSTNAME] [LASTNAME] [-h]

ARGUMENTS
  EMAIL      Your user account email
  PASS       Your user account password
  FIRSTNAME  Your first name
  LASTNAME   Your last name

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Command for creating a Zesty.io account

EXAMPLES
  $ zesty auth:signup [email protected] strong-password-for-security Jane Doe

zesty help [COMMAND]

Display help for zesty.

USAGE
  $ zesty help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for zesty.

See code: @oclif/plugin-help

zesty init

Initialize a project with a Zesty.io instance

USAGE
  $ zesty init [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Initialize a project with a Zesty.io instance

See code: dist/commands/init.ts

zesty instance

USAGE
  $ zesty instance [-h]

FLAGS
  -h, --help  Show CLI help.

See code: dist/commands/instance/index.ts

zesty instance create [NAME]

Create a new instance

USAGE
  $ zesty instance create [NAME] [-h]

ARGUMENTS
  NAME  name for your instance

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Create a new instance

zesty instance list

List your instances

USAGE
  $ zesty instance list [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  List your instances

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.