@catladder/cli
TypeScript icon, indicating that this package has built-in type declarations

1.151.0 • Public • Published

catladder 🐱 🔧

Panter cli tool for Kubernetes.

Install

# yarn users
yarn global add @catladder/cli
# npm users
npm install -g @catladder/cli

Note: If you have @catladder/pipeline installed, upgrade it to >=4.0.0 before installing @catladder/cli.

Getting started

You'll need:

Afterwards, you need to connect to your cluster, e.g. gcloud container clusters get-credentials clustername --zone google-zone --project google-project-id In most cases, you'll find the details on the Google Cloud cluster overview

It just works™

Preferences

Catladder stores some preferences in ~/.catladder/preferences.yml in case you want to change settings.

Contribution

Check the documentation here.

Adding packages in cli

if you add npm libs in cli, make sure to add them as dev-dependencies.

the reason is that we bundle all dependencies in the cli package, so that if you add that to your project, it won't install all @catladder/cli's dependencies.

/@catladder/cli/

    Package Sidebar

    Install

    npm i @catladder/cli

    Weekly Downloads

    6,234

    Version

    1.151.0

    License

    MIT

    Unpacked Size

    9.52 MB

    Total Files

    773

    Last publish

    Collaborators

    • macrozone