0.0.33 • Published 3 months ago

@thg-altitude/cli v0.0.33

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Altitude CLI

Site management command line interface for THG Altitude platform

To use this CLI you will need a client_id and secret_key which can be obtained by visiting the site

Headless Usage

Set the following environment variables to Auth

ALTITUDE_CLIENT_ID
ALTITUDE_SECRET_KEY
yarn global add @thg-altitude/cli

altitude deploy --site thg.com --branch main --env environment-name

or

npx @thg-altitude/cli deploy --site thg.com --branch main --env environment-name

You can also deploy specific commits by declaring the github reference.

yarn global add @thg-altitude/cli

altitude deploy --site thg.com --ref {GITHUB_REF} --env environment-name

or

npx @thg-altitude/cli deploy --site thg.com --ref {GITHUB_REF} --env environment-name
yarn global add @thg-altitude/cli

altitude environment info --site thg.com --env environment-name

## Development

This project is built with TypeScript

Running the CLI in development mode

yarn dev

Building

yarn build

0.0.33

3 months ago

0.0.30

3 months ago

0.0.31

3 months ago

0.0.32

3 months ago

0.0.29

3 months ago

0.0.28

4 months ago

0.0.27

4 months ago

0.0.26

4 months ago

0.0.20

6 months ago

0.0.21

6 months ago

0.0.22

6 months ago

0.0.23

6 months ago

0.0.24

6 months ago

0.0.25

6 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

7 months ago

0.0.18

7 months ago

0.0.19

6 months ago

0.0.10

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

9 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.5

1 year ago

0.0.6

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago