0.14.0 • Published 5 months ago

@fonoster/ctl v0.14.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

7 months ago

0.8.9

10 months ago

0.9.57

7 months ago

0.8.8

10 months ago

0.9.52

7 months ago

0.8.5

10 months ago

0.9.53

7 months ago

0.8.4

10 months ago

0.9.54

7 months ago

0.8.7

10 months ago

0.9.55

7 months ago

0.8.6

10 months ago

0.9.50

7 months ago

0.9.51

7 months ago

0.9.46

7 months ago

0.9.47

7 months ago

0.9.48

7 months ago

0.9.42

7 months ago

0.9.43

7 months ago

0.9.49

7 months ago

0.9.40

7 months ago

0.9.34

8 months ago

0.9.8

9 months ago

0.9.35

8 months ago

0.9.7

9 months ago

0.12.10

6 months ago

0.9.36

8 months ago

0.12.11

6 months ago

0.9.37

8 months ago

0.9.9

9 months ago

0.9.30

8 months ago

0.9.4

9 months ago

0.8.63

9 months ago

0.9.3

9 months ago

0.8.62

9 months ago

0.9.32

8 months ago

0.9.6

9 months ago

0.8.65

9 months ago

0.9.5

9 months ago

0.8.64

9 months ago

0.9.38

8 months ago

0.9.39

8 months ago

0.12.16

6 months ago

0.8.61

9 months ago

0.12.12

6 months ago

0.12.13

6 months ago

0.12.15

6 months ago

0.9.23

8 months ago

0.8.56

9 months ago

0.9.24

8 months ago

0.9.25

8 months ago

0.8.58

9 months ago

0.9.26

8 months ago

0.8.52

9 months ago

0.9.20

8 months ago

0.8.51

9 months ago

0.9.21

8 months ago

0.9.22

8 months ago

0.8.53

9 months ago

0.9.27

8 months ago

0.9.28

8 months ago

0.8.59

9 months ago

0.8.0

10 months ago

0.8.50

9 months ago

0.8.3

10 months ago

0.8.2

10 months ago

0.7.37

11 months ago

0.7.39

11 months ago

0.7.38

11 months ago

0.13.7

5 months ago

0.13.9

5 months ago

0.13.0

6 months ago

0.13.1

6 months ago

0.13.2

6 months ago

0.13.3

6 months ago

0.13.4

6 months ago

0.13.5

5 months ago

0.14.0

5 months ago

0.9.12

8 months ago

0.8.45

9 months ago

0.9.13

8 months ago

0.8.44

9 months ago

0.9.14

8 months ago

0.8.47

9 months ago

0.9.15

8 months ago

0.8.46

9 months ago

0.8.41

9 months ago

0.8.40

9 months ago

0.8.43

9 months ago

0.9.11

8 months ago

0.8.42

9 months ago

0.9.16

8 months ago

0.8.49

9 months ago

0.9.17

8 months ago

0.8.48

9 months ago

0.9.18

8 months ago

0.9.19

8 months ago

0.11.0

7 months ago

0.11.1

7 months ago

0.8.34

10 months ago

0.8.33

10 months ago

0.8.36

10 months ago

0.8.35

10 months ago

0.8.30

10 months ago

0.13.10

5 months ago

0.8.32

10 months ago

0.8.31

10 months ago

0.8.38

10 months ago

0.8.39

9 months ago

0.9.0

9 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.8.23

10 months ago

0.7.55

10 months ago

0.8.22

10 months ago

0.7.54

10 months ago

0.8.25

10 months ago

0.7.57

10 months ago

0.8.24

10 months ago

0.7.56

10 months ago

0.7.51

10 months ago

0.7.50

11 months ago

0.8.21

10 months ago

0.7.53

10 months ago

0.8.20

10 months ago

0.7.52

10 months ago

0.8.27

10 months ago

0.8.26

10 months ago

0.8.29

10 months ago

0.8.28

10 months ago

0.12.7

6 months ago

0.12.8

6 months ago

0.12.9

6 months ago

0.12.0

7 months ago

0.12.1

7 months ago

0.12.2

7 months ago

0.12.3

7 months ago

0.12.4

7 months ago

0.12.5

6 months ago

0.12.6

6 months ago

0.8.12

10 months ago

0.7.44

11 months ago

0.8.11

10 months ago

0.7.43

11 months ago

0.8.14

10 months ago

0.7.46

11 months ago

0.8.13

10 months ago

0.7.45

11 months ago

0.7.40

11 months ago

0.8.10

10 months ago

0.7.42

11 months ago

0.7.41

11 months ago

0.8.16

10 months ago

0.7.48

11 months ago

0.7.47

11 months ago

0.8.18

10 months ago

0.8.17

10 months ago

0.7.49

11 months ago

0.3.31

2 years ago

0.3.30

2 years ago

0.3.29

2 years ago

0.3.28

2 years ago

0.3.27

2 years ago

0.3.26

2 years ago

0.3.25

2 years ago

0.3.24

2 years ago

0.3.30-alpha.0

2 years ago

0.3.30-alpha.1

2 years ago

0.3.30-alpha.2

2 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

3 years ago

0.3.18

3 years ago

0.3.17-alpha.3

3 years ago

0.3.17-alpha.4

3 years ago

0.3.17

3 years ago

0.3.17-alpha.1

3 years ago

0.3.17-alpha.2

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.16-alpha.0

3 years ago

0.3.16-alpha.2

3 years ago

0.3.16-alpha.1

3 years ago

0.3.6

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.9

3 years ago

0.3.6-alpha.17

3 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

4 years ago

0.2.21

4 years ago

0.2.20

4 years ago

0.2.19

4 years ago

0.2.18

4 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago