0.14.0 • Published 12 months ago

@fonoster/ctl v0.14.0

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

ctl

Command-Line for for Fonoster

oclif Version Downloads/week License

Usage

$ npm install -g @fonoster/ctl
$ fonoster COMMAND
running command...
$ fonoster (-v|--version|version)
@fonoster/ctl/0.3.22 darwin-x64 node-v16.18.1
$ fonoster --help [COMMAND]
USAGE
  $ fonoster COMMAND
...

Commands

fonoster agents:create

create a new Fonoster Agent

USAGE
  $ fonoster agents:create

DESCRIPTION
  ...
     Create a new Fonoster Agent

See code: dist/commands/agents/create.js

fonoster agents:delete [REF]

delete a Fonoster Agent

USAGE
  $ fonoster agents:delete [REF]

ALIASES
  $ fonoster agents:del
  $ fonoster agents:rm

See code: dist/commands/agents/delete.js

fonoster agents:get [REF]

get a Fonoster Agent

USAGE
  $ fonoster agents:get [REF]

See code: dist/commands/agents/get.js

fonoster agents:list

list all Fonoster Agents you have access to

USAGE
  $ fonoster agents:list

OPTIONS
  -s, --size=size  [default: 25] agent of result per page

DESCRIPTION
  ...
     List all Fonoster Agents you have access to

ALIASES
  $ fonoster agents:ls

See code: dist/commands/agents/list.js

fonoster agents:update [REF]

update a Fonoster Agent

USAGE
  $ fonoster agents:update [REF]

DESCRIPTION
  ...
     Update a Fonoster Agent

See code: dist/commands/agents/update.js

fonoster apps:create

create a new Fonoster App

USAGE
  $ fonoster apps:create

DESCRIPTION
  ...
     Create a new Fonoster App

See code: dist/commands/apps/create.js

fonoster apps:delete [REF]

delete a Fonoster Application

USAGE
  $ fonoster apps:delete [REF]

ALIASES
  $ fonoster apps:del
  $ fonoster apps:rm

See code: dist/commands/apps/delete.js

fonoster apps:list

list all Fonoster Apps you have access to

USAGE
  $ fonoster apps:list

OPTIONS
  -s, --size=size  [default: 25] number of result per page

DESCRIPTION
  ...
     List all Fonoster Apps you have access to

ALIASES
  $ fonoster apps:ls

See code: dist/commands/apps/list.js

fonoster apps:update [REF]

update a new Fonoster App

USAGE
  $ fonoster apps:update [REF]

DESCRIPTION
  ...
     Update a new Fonoster App

See code: dist/commands/apps/update.js

fonoster auth:login

log in to a Fonoster deployment

USAGE
  $ fonoster auth:login

See code: dist/commands/auth/login.js

fonoster auth:logout

log out from a fonoster deployment

USAGE
  $ fonoster auth:logout

See code: dist/commands/auth/logout.js

fonoster bug

start a bug report 🐞

USAGE
  $ fonoster bug

DESCRIPTION
  ...
     Opens github issues with a predefine bug template

See code: dist/commands/bug.js

fonoster domains:create

create a new Fonoster Domain

USAGE
  $ fonoster domains:create

DESCRIPTION
  ...
     Create a new Fonoster Domain

See code: dist/commands/domains/create.js

fonoster domains:delete [REF]

delete a Fonoster Domain

USAGE
  $ fonoster domains:delete [REF]

ALIASES
  $ fonoster domains:del
  $ fonoster domains:rm

See code: dist/commands/domains/delete.js

fonoster domains:get [REF]

get a Fonoster Domain

USAGE
  $ fonoster domains:get [REF]

See code: dist/commands/domains/get.js

fonoster domains:list

list all Fonoster Domains you have access to

USAGE
  $ fonoster domains:list

OPTIONS
  -s, --size=size  [default: 25] number of result per page

DESCRIPTION
  ...
     List all Fonoster Domains you have access to

ALIASES
  $ fonoster domains:ls

See code: dist/commands/domains/list.js

fonoster domains:update [REF]

update a Fonoster Domain

USAGE
  $ fonoster domains:update [REF]

DESCRIPTION
  ...
     Update a Fonoster Domain

See code: dist/commands/domains/update.js

fonoster feedback

let us know how we're doing

USAGE
  $ fonoster feedback

DESCRIPTION
  ...
     Help us improve by providing some feedback

See code: dist/commands/feedback.js

fonoster help [COMMAND]

display help for fonoster

USAGE
  $ fonoster help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

fonoster numbers:create

create a new Fonoster Number

USAGE
  $ fonoster numbers:create

DESCRIPTION
  ...
     Create a new Fonoster Number

See code: dist/commands/numbers/create.js

fonoster numbers:delete [REF]

delete a Fonoster Number

USAGE
  $ fonoster numbers:delete [REF]

ALIASES
  $ fonoster numbers:del
  $ fonoster numbers:rm

See code: dist/commands/numbers/delete.js

fonoster numbers:get [REF]

get a Fonoster Number

USAGE
  $ fonoster numbers:get [REF]

See code: dist/commands/numbers/get.js

fonoster numbers:list

list all Fonoster Numbers you have access to

USAGE
  $ fonoster numbers:list

OPTIONS
  -s, --size=size  [default: 25] number of result per page

DESCRIPTION
  ...
     List all Fonoster Numbers you have access to

ALIASES
  $ fonoster numbers:ls

See code: dist/commands/numbers/list.js

fonoster numbers:update [REF]

update a Fonoster Number

USAGE
  $ fonoster numbers:update [REF]

DESCRIPTION
  ...
     Update a Fonoster Number

See code: dist/commands/numbers/update.js

fonoster plugins

List installed plugins.

USAGE
  $ fonoster plugins

OPTIONS
  --core  Show core plugins.

EXAMPLE
  $ fonoster plugins

See code: @oclif/plugin-plugins

fonoster plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ fonoster plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

OPTIONS
  -h, --help     Show CLI help.
  -v, --verbose

EXAMPLE
  $ fonoster plugins:inspect myplugin

See code: @oclif/plugin-plugins

fonoster plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ fonoster plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

OPTIONS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command 
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in 
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ fonoster plugins:add

EXAMPLES
  $ fonoster plugins:install myplugin 
  $ fonoster plugins:install https://github.com/someuser/someplugin
  $ fonoster plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

fonoster plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ fonoster plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

OPTIONS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' 
  command will override the user-installed or core plugin implementation. This is useful for development work.

EXAMPLE
  $ fonoster plugins:link myplugin

See code: @oclif/plugin-plugins

fonoster plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ fonoster plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

OPTIONS
  -h, --help     Show CLI help.
  -v, --verbose

ALIASES
  $ fonoster plugins:unlink
  $ fonoster plugins:remove

See code: @oclif/plugin-plugins

fonoster plugins:update

Update installed plugins.

USAGE
  $ fonoster plugins:update

OPTIONS
  -h, --help     Show CLI help.
  -v, --verbose

See code: @oclif/plugin-plugins

fonoster projects:create

create a new Fonoster Project

USAGE
  $ fonoster projects:create

DESCRIPTION
  ...
     Create a new Fonoster Project

See code: dist/commands/projects/create.js

fonoster projects:delete [REF]

delete a Fonoster Project

USAGE
  $ fonoster projects:delete [REF]

ALIASES
  $ fonoster projects:del
  $ fonoster projects:rm

See code: dist/commands/projects/delete.js

fonoster projects:get [REF]

get a Fonoster Project

USAGE
  $ fonoster projects:get [REF]

See code: dist/commands/projects/get.js

fonoster projects:list

list all Fonoster Projects you have access to

USAGE
  $ fonoster projects:list

DESCRIPTION
  ...
     List all Fonoster Projects you have access to

ALIASES
  $ fonoster projects:ls

See code: dist/commands/projects/list.js

fonoster projects:renew [REF]

renew the credentials of a Fonoster Project

USAGE
  $ fonoster projects:renew [REF]

DESCRIPTION
  ...
     Renew the credentials of a Fonoster Project

See code: dist/commands/projects/renew.js

fonoster projects:use [REF]

set a default Fonoster Project

USAGE
  $ fonoster projects:use [REF]

DESCRIPTION
  ...
     Set a default Fonoster Project

See code: dist/commands/projects/use.js

fonoster providers:create

create a new Fonoster Provider (trunk)

USAGE
  $ fonoster providers:create

DESCRIPTION
  ...
     Create a new Fonoster Provider

See code: dist/commands/providers/create.js

fonoster providers:delete [REF]

delete a Fonoster Provider

USAGE
  $ fonoster providers:delete [REF]

ALIASES
  $ fonoster providers:del
  $ fonoster providers:rm

See code: dist/commands/providers/delete.js

fonoster providers:get [REF]

get a Fonoster Provider

USAGE
  $ fonoster providers:get [REF]

See code: dist/commands/providers/get.js

fonoster providers:list

list all Fonoster Providers you have access to

USAGE
  $ fonoster providers:list

OPTIONS
  -s, --size=size  [default: 25] provider of result per page

DESCRIPTION
  ...
     List all Fonoster Providers you have access to

ALIASES
  $ fonoster providers:ls

See code: dist/commands/providers/list.js

fonoster providers:update [REF]

update a Fonoster Provider

USAGE
  $ fonoster providers:update [REF]

DESCRIPTION
  ...
     Update a Fonoster Provider

See code: dist/commands/providers/update.js

fonoster secrets:create [NAME]

create a Fonoster secret.

USAGE
  $ fonoster secrets:create [NAME]

OPTIONS
  -h, --help                       show CLI help
  -l, --from-literal=from-literal  pass from literal
  -s, --from-stdin                 pass from stdin

See code: dist/commands/secrets/create.js

fonoster secrets:delete [NAME]

remove Fonoster secret

USAGE
  $ fonoster secrets:delete [NAME]

ALIASES
  $ fonoster secrets:del
  $ fonoster secrets:rm

See code: dist/commands/secrets/delete.js

fonoster secrets:list

list of the secrets you have access to

USAGE
  $ fonoster secrets:list

OPTIONS
  -s, --size=size  [default: 25] secrets of result per page

ALIASES
  $ fonoster secrets:ls

See code: dist/commands/secrets/list.js

0.9.56

1 year ago

0.8.9

1 year ago

0.9.57

1 year ago

0.8.8

1 year ago

0.9.52

1 year ago

0.8.5

1 year ago

0.9.53

1 year ago

0.8.4

1 year ago

0.9.54

1 year ago

0.8.7

1 year ago

0.9.55

1 year ago

0.8.6

1 year ago

0.9.50

1 year ago

0.9.51

1 year ago

0.9.46

1 year ago

0.9.47

1 year ago

0.9.48

1 year ago

0.9.42

1 year ago

0.9.43

1 year ago

0.9.49

1 year ago

0.9.40

1 year ago

0.9.34

1 year ago

0.9.8

1 year ago

0.9.35

1 year ago

0.9.7

1 year ago

0.12.10

1 year ago

0.9.36

1 year ago

0.12.11

1 year ago

0.9.37

1 year ago

0.9.9

1 year ago

0.9.30

1 year ago

0.9.4

1 year ago

0.8.63

1 year ago

0.9.3

1 year ago

0.8.62

1 year ago

0.9.32

1 year ago

0.9.6

1 year ago

0.8.65

1 year ago

0.9.5

1 year ago

0.8.64

1 year ago

0.9.38

1 year ago

0.9.39

1 year ago

0.12.16

1 year ago

0.8.61

1 year ago

0.12.12

1 year ago

0.12.13

1 year ago

0.12.15

1 year ago

0.9.23

1 year ago

0.8.56

1 year ago

0.9.24

1 year ago

0.9.25

1 year ago

0.8.58

1 year ago

0.9.26

1 year ago

0.8.52

1 year ago

0.9.20

1 year ago

0.8.51

1 year ago

0.9.21

1 year ago

0.9.22

1 year ago

0.8.53

1 year ago

0.9.27

1 year ago

0.9.28

1 year ago

0.8.59

1 year ago

0.8.0

1 year ago

0.8.50

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.7.37

1 year ago

0.7.39

1 year ago

0.7.38

1 year ago

0.13.7

1 year ago

0.13.9

1 year ago

0.13.0

1 year ago

0.13.1

1 year ago

0.13.2

1 year ago

0.13.3

1 year ago

0.13.4

1 year ago

0.13.5

1 year ago

0.14.0

12 months ago

0.9.12

1 year ago

0.8.45

1 year ago

0.9.13

1 year ago

0.8.44

1 year ago

0.9.14

1 year ago

0.8.47

1 year ago

0.9.15

1 year ago

0.8.46

1 year ago

0.8.41

1 year ago

0.8.40

1 year ago

0.8.43

1 year ago

0.9.11

1 year ago

0.8.42

1 year ago

0.9.16

1 year ago

0.8.49

1 year ago

0.9.17

1 year ago

0.8.48

1 year ago

0.9.18

1 year ago

0.9.19

1 year ago

0.11.0

1 year ago

0.11.1

1 year ago

0.8.34

1 year ago

0.8.33

1 year ago

0.8.36

1 year ago

0.8.35

1 year ago

0.8.30

1 year ago

0.13.10

1 year ago

0.8.32

1 year ago

0.8.31

1 year ago

0.8.38

1 year ago

0.8.39

1 year ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.8.23

1 year ago

0.7.55

1 year ago

0.8.22

1 year ago

0.7.54

1 year ago

0.8.25

1 year ago

0.7.57

1 year ago

0.8.24

1 year ago

0.7.56

1 year ago

0.7.51

1 year ago

0.7.50

1 year ago

0.8.21

1 year ago

0.7.53

1 year ago

0.8.20

1 year ago

0.7.52

1 year ago

0.8.27

1 year ago

0.8.26

1 year ago

0.8.29

1 year ago

0.8.28

1 year ago

0.12.7

1 year ago

0.12.8

1 year ago

0.12.9

1 year ago

0.12.0

1 year ago

0.12.1

1 year ago

0.12.2

1 year ago

0.12.3

1 year ago

0.12.4

1 year ago

0.12.5

1 year ago

0.12.6

1 year ago

0.8.12

1 year ago

0.7.44

1 year ago

0.8.11

1 year ago

0.7.43

1 year ago

0.8.14

1 year ago

0.7.46

1 year ago

0.8.13

1 year ago

0.7.45

1 year ago

0.7.40

1 year ago

0.8.10

1 year ago

0.7.42

1 year ago

0.7.41

1 year ago

0.8.16

1 year ago

0.7.48

1 year ago

0.7.47

1 year ago

0.8.18

1 year ago

0.8.17

1 year ago

0.7.49

1 year ago

0.3.31

3 years ago

0.3.30

3 years ago

0.3.29

3 years ago

0.3.28

3 years ago

0.3.27

3 years ago

0.3.26

3 years ago

0.3.25

3 years ago

0.3.24

3 years ago

0.3.30-alpha.0

3 years ago

0.3.30-alpha.1

3 years ago

0.3.30-alpha.2

3 years ago

0.4.8

3 years ago

0.3.23

3 years ago

0.3.22

3 years ago

0.4.5

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.3

3 years ago

0.3.20

3 years ago

0.3.21

3 years ago

0.3.19

4 years ago

0.3.18

4 years ago

0.3.17-alpha.3

4 years ago

0.3.17-alpha.4

4 years ago

0.3.17

4 years ago

0.3.17-alpha.1

4 years ago

0.3.17-alpha.2

4 years ago

0.3.15

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.10

4 years ago

0.3.16-alpha.0

4 years ago

0.3.16-alpha.2

4 years ago

0.3.16-alpha.1

4 years ago

0.3.6

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.9

4 years ago

0.3.6-alpha.17

4 years ago

0.3.6-alpha.16

4 years ago

0.3.6-alpha.15

4 years ago

0.3.6-alpha.14

4 years ago

0.3.6-alpha.13

4 years ago

0.3.6-alpha.12

4 years ago

0.3.6-alpha.11

4 years ago

0.3.6-alpha.9

4 years ago

0.3.6-alpha.8

4 years ago

0.3.6-alpha.7

4 years ago

0.3.6-alpha.6

4 years ago

0.3.6-alpha.10

4 years ago

0.2.41

4 years ago

0.2.40

4 years ago

0.3.6-alpha.0

4 years ago

0.3.6-alpha.3

4 years ago

0.3.6-alpha.5

4 years ago

0.3.6-alpha.4

4 years ago

0.2.44

4 years ago

0.2.43

4 years ago

0.2.42

4 years ago

0.2.39

4 years ago

0.2.38

4 years ago

0.2.36

4 years ago

0.2.35

4 years ago

0.2.34

4 years ago

0.2.33

4 years ago

0.2.32

4 years ago

0.3.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.2.24

4 years ago

0.2.29

4 years ago

0.2.22

5 years ago

0.2.21

5 years ago

0.2.20

5 years ago

0.2.19

5 years ago

0.2.18

5 years ago

0.2.17

5 years ago

0.2.16

5 years ago

0.2.15

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago