0.2.2 • Published 10 months ago

@cloudfairy/cli v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Requirements

cloudfairy kubernetes controller installed on cluster, and active kubeconfig context.

Installtion of cloudfairy controller: see https://github.com/cloud-fairy/kubernetes or using the cli command fairy install-controller

kubectl apply -f https://raw.githubusercontent.com/cloud-fairy/kubernetes/refs/heads/main/install-cloudfairy.yaml

Usage

$ npm install -g @cloudfairy/cli
$ fairy COMMAND
running command...
$ fairy (--version)
@cloudfairy/cli/0.2.2 darwin-arm64 node-v20.17.0
$ fairy --help [COMMAND]
USAGE
  $ fairy COMMAND
...

Commands

fairy create-project

Creates a new project

USAGE
  $ fairy create-project -p <value> [--copyFrom <value>] [--namespace <value>]

FLAGS
  -p, --project=<value>    (required) project name
      --copyFrom=<value>   copy from existing project
      --namespace=<value>  [default: default] namespace

DESCRIPTION
  Creates a new project

EXAMPLES
  $ fairy create-project

fairy delete-project [FILE]

Delete a project

USAGE
  $ fairy delete-project [FILE] -p <value> [--namespace <value>]

ARGUMENTS
  FILE  file to read

FLAGS
  -p, --project=<value>    (required) project name to delete
      --namespace=<value>  [default: default] namespace

DESCRIPTION
  Delete a project

EXAMPLES
  $ fairy delete-project my-project

fairy designer

Start cloudfairy visual designer

USAGE
  $ fairy designer

DESCRIPTION
  Start cloudfairy visual designer

EXAMPLES
  $ fairy designer

fairy environment

Manage Environments

USAGE
  $ fairy environment

DESCRIPTION
  Manage Environments

ALIASES
  $ fairy env

fairy environment create NAME

Manage Environments

USAGE
  $ fairy environment create NAME -p <value>

ARGUMENTS
  NAME  environment name

FLAGS
  -p, --project=<value>  (required) project name

DESCRIPTION
  Manage Environments

ALIASES
  $ fairy env create
  $ fairy env new

EXAMPLES
  $ fairy environment create staging

fairy environment delete NAME

Manage Environments

USAGE
  $ fairy environment delete NAME -p <value>

ARGUMENTS
  NAME  environment name

FLAGS
  -p, --project=<value>  (required) project name

DESCRIPTION
  Manage Environments

ALIASES
  $ fairy env delete

EXAMPLES
  $ fairy environment delete deploy -p my-project env-name

fairy environment deploy NAME

Manage Environments

USAGE
  $ fairy environment deploy NAME -p <value>

ARGUMENTS
  NAME  environment name

FLAGS
  -p, --project=<value>  (required) project name

DESCRIPTION
  Manage Environments

ALIASES
  $ fairy env deploy

EXAMPLES
  $ fairy environment deploy deploy -p my-project env-name

fairy environment list

Manage Environments

USAGE
  $ fairy environment list -p <value>

FLAGS
  -p, --project=<value>  (required) project name

DESCRIPTION
  Manage Environments

ALIASES
  $ fairy env list
  $ fairy env ls

EXAMPLES
  $ fairy environment list list -p my-project

fairy help [COMMAND]

Display help for fairy.

USAGE
  $ fairy help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for fairy.

See code: @oclif/plugin-help

fairy info [FILE]

Get cloudfairy installation information

USAGE
  $ fairy info [FILE] [-f] [-n <value>]

ARGUMENTS
  FILE  file to read

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  Get cloudfairy installation information

EXAMPLES
  $ fairy info

fairy inspect KIND NAME

Describe a cloudfairy entity

USAGE
  $ fairy inspect KIND NAME

ARGUMENTS
  KIND  kind of entity to inspect (project, module, connector)
  NAME  entity name

DESCRIPTION
  Describe a cloudfairy entity

ALIASES
  $ fairy i
  $ fairy describe
  $ fairy d

EXAMPLES
  $ fairy describe project my-project

  $ fairy describe module my-org/my-module

  $ fairy describe connector my-org/my-connector

fairy install-controller

Install cloudfairy controller on kubenrnetes cluster

USAGE
  $ fairy install-controller [--context <value>] [-y]

FLAGS
  -y, --yes              skip confirmation
      --context=<value>  selected kubernetes context

DESCRIPTION
  Install cloudfairy controller on kubenrnetes cluster

EXAMPLES
  $ fairy install-controller --context my-kube-context

  $ fairy install-controller --ctx my-kube-context

Table of contents

0.2.1

10 months ago

0.2.0

10 months ago

0.2.2

10 months ago

0.1.63

1 year ago

0.1.62

1 year ago

0.1.61

1 year ago

0.1.60

1 year ago

0.1.59

1 year ago

0.1.58

2 years ago

0.1.57

2 years ago

0.1.56

2 years ago

0.1.55

2 years ago

0.1.52

2 years ago

0.1.53

2 years ago

0.1.54

2 years ago

0.1.50

2 years ago

0.1.51

2 years ago

0.1.49

2 years ago

0.1.48

2 years ago

0.1.47

2 years ago

0.1.46

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.44

2 years ago

0.1.45

2 years ago

0.1.40

2 years ago

0.1.35

2 years ago

0.1.36

2 years ago

0.1.37

2 years ago

0.1.38

2 years ago

0.1.39

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.29

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.26

2 years ago

0.1.19

2 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.8

3 years ago

0.1.17

3 years ago

0.1.7

3 years ago

0.1.18

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago