3.0.6 • Published 2 years ago

extremum-cli v3.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

extremum-cli

Command line utility for Extremum Client Library

Installation

$ npm install -g extremum-cli

Getting started

Before you can use the CLI, pass your Keycloak realm and app URL in .env:

EXTR_REALM="your_realm"
EXTR_CLIENT="your_client"

To create your project call the following command:

$ extremum add <YOUR_APP_NAME>

Add an environment to the configuration file, getting its parameters using the platform API; pre-authentication in the platform is performed (directly as part of the execution of this command)

$ <YOUR_APP_NAME> env add <env_name> --url <auth_service_url>

Set current environment for this application:

$ <YOUR_APP_NAME> env set <env_name>

Usage:

Usage: <YOUR_APP_NAME> [options] [command]

Extremum command-line interface

Options:
  -v, --version   output the version number
  -h, --help      display help for command

Commands:
  app             manage your apps
  env             manage your environments
  api-scope       manage your scopes
  client          client configuration and login
  iam             identity and access management
  signals         send and receive signals
  storage         manage persistent data
  functions       manage serverless functions and packages
  help [command]  display help for command

Example:

$ <YOUR_APP_NAME> storage buckets create top-secret-bucket
$ <YOUR_APP_NAME> storage buckets ls
$ [{
    '@id': '',
    '@type': '',
    '@created': '2022-06-02T11:51:18.622Z',
    '@updated': '0001-01-01T00:00:00Z',
    '@version': 1,
    name: 'top-secret-bucket'
  }]
$ <YOUR_APP_NAME> storage buckets remove top-secret-bucket

Check available commands using:

$ extremum -h # help with commands
$ extremum -v # installed version
3.0.6

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.5

2 years ago

3.0.0-alpha.6

2 years ago

3.0.0-alpha.3

2 years ago

3.0.0-alpha.5

2 years ago

3.0.0-alpha.4

2 years ago

3.1.0-rc.1

2 years ago

3.0.0-alpha.2

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.3.3

2 years ago

1.1.5

2 years ago

1.3.2

2 years ago

1.1.4

2 years ago

1.3.1

2 years ago

1.1.3

3 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.2

3 years ago

3.0.0-alpha.1

2 years ago

1.1.10

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago