0.1.0 • Published 3 years ago

@usekana/cli v0.1.0

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

Kana CLI

Command-line interface for managing Kana packages and features.

💾 Install

To make the kana command available in your terminal install the package globally with npm:

npm install -g @usekana/cli

🔑 Add API keys

Add the following private KANA API keys as variables to a .env file in your project:

KANA_DEV_KEY="prv_test_..."
KANA_LIVE_KEY="prv_live_..."

🦭 Pull configuration

Pull your current Kana configuration to your project by running the following in the root directory of your project:

kana pull

This autogenerates the ./kana/kana.dev.yaml file which you can use to configure future package and feature changes.

🥾 Bootstrap a new project

If you're just getting started, check out an example Kana config file by running:

kana bootstrap

👩‍🎓 Validate configuration

If you want to check whether your configuration is correctly structured or if you introduced breaking changes. run:

kana validate

🚀 Publish configuration

If you wish to publish your updated kana.yaml file to production, run the following command:

kana publish
0.1.0

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago