New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fonos/ctl

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fonos/ctl

Command-Line for Fonos

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
51
decreased by-49%
Maintainers
1
Weekly downloads
 
Created
Source

ctl

Command-Line for for Fonos

oclif Version Downloads/week License

Usage

$ npm install -g @fonos/ctl
$ fonos COMMAND
running command...
$ fonos (-v|--version|version)
@fonos/ctl/0.0.1 darwin-x64 node-v10.19.0
$ fonos --help [COMMAND]
USAGE
  $ fonos COMMAND
...

Commands

fonos agents:create

creates a new agent resource

USAGE
  $ fonos agents:create

DESCRIPTION
  ...
  Creates a new Agent in the SIP Proxy subsystem

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

fonos agents:delete [REF]

remove agent from a Fonos deployment

USAGE
  $ fonos agents:delete [REF]

ALIASES
  $ fonos agents:del
  $ fonos agents:rm

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

fonos agents:get [REF]

get information about an existing agent

USAGE
  $ fonos agents:get [REF]

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

fonos agents:list

list registered agents

USAGE
  $ fonos agents:list

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

DESCRIPTION
  ...
  List the registered agents

ALIASES
  $ fonos agents:ls

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

fonos agents:update [REF]

updates a agent at the SIP Proxy subsystem

USAGE
  $ fonos agents:update [REF]

DESCRIPTION
  ...
  Updates a agent at the SIP Proxy subsystem

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

fonos apps:delete [NAME]

removes application

USAGE
  $ fonos apps:delete [NAME]

ALIASES
  $ fonos apps:del
  $ fonos apps:rm

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

fonos apps:deploy

deploys application to a Fonos instance

USAGE
  $ fonos apps:deploy

DESCRIPTION
  ...
  Run this command from the app root to deploy to Fonos.

See code: src/commands/apps/deploy.js

fonos apps:get [NAME]

get information about an existing application

USAGE
  $ fonos apps:get [NAME]

DESCRIPTION
  ...
  Obtain information about an application

See code: src/commands/apps/get.js

fonos apps:init

creates a new empty application

USAGE
  $ fonos apps:init

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/apps/init.js

fonos apps:list

list registered applications

USAGE
  $ fonos apps:list

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

DESCRIPTION
  ...
  List the registered applications

ALIASES
  $ fonos apps:ls

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

fonos domains:create

creates a new domain resource

USAGE
  $ fonos domains:create

DESCRIPTION
  ...
  Creates a new Domain in the SIP Proxy subsystem

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

fonos domains:delete [REF]

remove domain from a Fonos deployment

USAGE
  $ fonos domains:delete [REF]

ALIASES
  $ fonos domains:del
  $ fonos domains:rm

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

fonos domains:get [REF]

get information about an existing domain

USAGE
  $ fonos domains:get [REF]

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

fonos domains:list

list registered domains

USAGE
  $ fonos domains:list

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

DESCRIPTION
  ...
  List the registered domains

ALIASES
  $ fonos domains:ls

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

fonos domains:update [REF]

updates a domain at the SIP Proxy subsystem

USAGE
  $ fonos domains:update [REF]

DESCRIPTION
  ...
  Updates a domain at the SIP Proxy subsystem

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

fonos help [COMMAND]

display help for fonos

USAGE
  $ fonos help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

fonos login

authenticates current station

USAGE
  $ fonos login

OPTIONS
  -f, --file=file  json file with access credentials

See code: src/commands/login.js

fonos logout

revoke crendentials to current station

USAGE
  $ fonos logout

See code: src/commands/logout.js

fonos numbers:create

creates a new number resource

USAGE
  $ fonos numbers:create

DESCRIPTION
  ...
  Creates a new Number in the SIP Proxy subsystem

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

fonos numbers:delete [REF]

remove number from a Fonos deployment

USAGE
  $ fonos numbers:delete [REF]

ALIASES
  $ fonos numbers:del
  $ fonos numbers:rm

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

fonos numbers:get [REF]

get information about an existing number

USAGE
  $ fonos numbers:get [REF]

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

fonos numbers:list

list registered numbers

USAGE
  $ fonos numbers:list

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

DESCRIPTION
  ...
  List the registered numbers

ALIASES
  $ fonos numbers:ls

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

fonos numbers:update [REF]

updates a number at the SIP Proxy subsystem

USAGE
  $ fonos numbers:update [REF]

DESCRIPTION
  ...
  Updates a number at the SIP Proxy subsystem

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

fonos providers:create

creates a new provider resource

USAGE
  $ fonos providers:create

DESCRIPTION
  ...
  Creates a new Provider in the SIP Proxy subsystem

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

fonos providers:delete [REF]

remove provider from a Fonos deployment

USAGE
  $ fonos providers:delete [REF]

ALIASES
  $ fonos providers:del
  $ fonos providers:rm

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

fonos providers:get [REF]

get information about an existing provider

USAGE
  $ fonos providers:get [REF]

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

fonos providers:list

list registered providers

USAGE
  $ fonos providers:list

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

DESCRIPTION
  ...
  List the registered providers

ALIASES
  $ fonos providers:ls

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

fonos providers:update [REF]

updates a provider at the SIP Proxy subsystem

USAGE
  $ fonos providers:update [REF]

DESCRIPTION
  ...
  Updates a provider at the SIP Proxy subsystem

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

FAQs

Package last updated on 16 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc