0.4.26 • Published 3 years ago

krane v0.4.26

Weekly downloads
46
License
-
Repository
github
Last release
3 years ago

A command-line tool for managing insfrastructure running on Krane

npm version

Official Documentation: https://docs.krane.sh/#/docs/cli

Install

You can install the Krane CLI using npm. The following command will install the cli globally allowing you to run krane commands from anywhere on your machine. Note that this requires node to be installed on your machine.

npm i -g krane

Update

npm update -g krane

Examples

# Display CLI usage and commands
$ krane help 

# Authenticate with a Krane instance
$ krane login https://krane.example.com

# List all deployments
$ krane list 

# Returns information about the containers for a deployment
$ krane status <deployment>

# Stream realtime deployment logs
$ krane logs <deployment>

Checkout the official docs site for the complete list of available commands.

Contributing

The Krane CLI is written in Typescript using the OCLIF framework.

Commands are located under the /src/commands directory

0.4.26

3 years ago

0.4.24

3 years ago

0.4.25

3 years ago

0.4.23

3 years ago

0.4.21

3 years ago

0.4.20

3 years ago

0.4.17

3 years ago

0.4.18

3 years ago

0.4.16

3 years ago

0.4.19

3 years ago

0.4.15

3 years ago

0.4.13

3 years ago

0.4.14

3 years ago

0.4.12

3 years ago

0.4.11

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago