@fonoster/ctl v0.14.0
ctl
Command-Line for for Fonoster
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:createfonoster agents:delete [REF]fonoster agents:get [REF]fonoster agents:listfonoster agents:update [REF]fonoster apps:createfonoster apps:delete [REF]fonoster apps:listfonoster apps:update [REF]fonoster auth:loginfonoster auth:logoutfonoster bugfonoster domains:createfonoster domains:delete [REF]fonoster domains:get [REF]fonoster domains:listfonoster domains:update [REF]fonoster feedbackfonoster help [COMMAND]fonoster numbers:createfonoster numbers:delete [REF]fonoster numbers:get [REF]fonoster numbers:listfonoster numbers:update [REF]fonoster pluginsfonoster plugins:inspect PLUGIN...fonoster plugins:install PLUGIN...fonoster plugins:link PLUGINfonoster plugins:uninstall PLUGIN...fonoster plugins:updatefonoster projects:createfonoster projects:delete [REF]fonoster projects:get [REF]fonoster projects:listfonoster projects:renew [REF]fonoster projects:use [REF]fonoster providers:createfonoster providers:delete [REF]fonoster providers:get [REF]fonoster providers:listfonoster providers:update [REF]fonoster secrets:create [NAME]fonoster secrets:delete [NAME]fonoster secrets:list
fonoster agents:create
create a new Fonoster Agent
USAGE
$ fonoster agents:create
DESCRIPTION
...
Create a new Fonoster AgentSee 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:rmSee 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:lsSee code: dist/commands/agents/list.js
fonoster agents:update [REF]
update a Fonoster Agent
USAGE
$ fonoster agents:update [REF]
DESCRIPTION
...
Update a Fonoster AgentSee code: dist/commands/agents/update.js
fonoster apps:create
create a new Fonoster App
USAGE
$ fonoster apps:create
DESCRIPTION
...
Create a new Fonoster AppSee 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:rmSee 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:lsSee 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 AppSee code: dist/commands/apps/update.js
fonoster auth:login
log in to a Fonoster deployment
USAGE
$ fonoster auth:loginSee code: dist/commands/auth/login.js
fonoster auth:logout
log out from a fonoster deployment
USAGE
$ fonoster auth:logoutSee code: dist/commands/auth/logout.js
fonoster bug
start a bug report 🐞
USAGE
$ fonoster bug
DESCRIPTION
...
Opens github issues with a predefine bug templateSee code: dist/commands/bug.js
fonoster domains:create
create a new Fonoster Domain
USAGE
$ fonoster domains:create
DESCRIPTION
...
Create a new Fonoster DomainSee 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:rmSee 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:lsSee code: dist/commands/domains/list.js
fonoster domains:update [REF]
update a Fonoster Domain
USAGE
$ fonoster domains:update [REF]
DESCRIPTION
...
Update a Fonoster DomainSee 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 feedbackSee 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 CLISee code: @oclif/plugin-help
fonoster numbers:create
create a new Fonoster Number
USAGE
$ fonoster numbers:create
DESCRIPTION
...
Create a new Fonoster NumberSee 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:rmSee 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:lsSee code: dist/commands/numbers/list.js
fonoster numbers:update [REF]
update a Fonoster Number
USAGE
$ fonoster numbers:update [REF]
DESCRIPTION
...
Update a Fonoster NumberSee code: dist/commands/numbers/update.js
fonoster plugins
List installed plugins.
USAGE
$ fonoster plugins
OPTIONS
--core Show core plugins.
EXAMPLE
$ fonoster pluginsSee 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 mypluginSee 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/somepluginSee 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 mypluginSee 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:removeSee code: @oclif/plugin-plugins
fonoster plugins:update
Update installed plugins.
USAGE
$ fonoster plugins:update
OPTIONS
-h, --help Show CLI help.
-v, --verboseSee code: @oclif/plugin-plugins
fonoster projects:create
create a new Fonoster Project
USAGE
$ fonoster projects:create
DESCRIPTION
...
Create a new Fonoster ProjectSee 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:rmSee 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:lsSee 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 ProjectSee 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 ProjectSee code: dist/commands/projects/use.js
fonoster providers:create
create a new Fonoster Provider (trunk)
USAGE
$ fonoster providers:create
DESCRIPTION
...
Create a new Fonoster ProviderSee 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:rmSee 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:lsSee code: dist/commands/providers/list.js
fonoster providers:update [REF]
update a Fonoster Provider
USAGE
$ fonoster providers:update [REF]
DESCRIPTION
...
Update a Fonoster ProviderSee 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 stdinSee code: dist/commands/secrets/create.js
fonoster secrets:delete [NAME]
remove Fonoster secret
USAGE
$ fonoster secrets:delete [NAME]
ALIASES
$ fonoster secrets:del
$ fonoster secrets:rmSee 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:lsSee code: dist/commands/secrets/list.js
7 months ago
10 months ago
7 months ago
10 months ago
7 months ago
10 months ago
7 months ago
10 months ago
7 months ago
10 months ago
7 months ago
10 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
9 months ago
8 months ago
9 months ago
6 months ago
8 months ago
6 months ago
8 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
8 months ago
8 months ago
6 months ago
9 months ago
6 months ago
6 months ago
6 months ago
8 months ago
9 months ago
8 months ago
8 months ago
9 months ago
8 months ago
9 months ago
8 months ago
9 months ago
8 months ago
8 months ago
9 months ago
8 months ago
8 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
5 months ago
5 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
5 months ago
5 months ago
8 months ago
9 months ago
8 months ago
9 months ago
8 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
8 months ago
9 months ago
8 months ago
9 months ago
8 months ago
9 months ago
8 months ago
8 months ago
7 months ago
7 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
5 months ago
10 months ago
10 months ago
10 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
6 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
6 months ago
6 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
11 months ago
10 months ago
11 months ago
11 months ago
10 months ago
11 months ago
11 months ago
10 months ago
10 months ago
11 months ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago