@fonoster/ctl
v0.16.8
Published
Fonoster Control Tool
Readme
ctl
Command-Line for Fonoster
Use this tool to manage your Fonoster resources from the command line. With this tool, you can create, update, and delete resources like Applications, Numbers, SIP Agents, and more.
When connecting to your own instance of Fonoster, remember to use your endpoint when login in. Also, remember to use the
--insecureflag when connecting to a server with no TLS.
Usage
$ npm install -g @fonoster/ctl
$ fonoster COMMAND
running command...
$ fonoster (--version)
@fonoster/ctl/0.15.1 darwin-arm64 node-v22.14.0
$ fonoster --help [COMMAND]
USAGE
$ fonoster COMMAND
...Commands
fonoster apikeys:createfonoster apikeys:delete REFfonoster apikeys:listfonoster apikeys:regenerate REFfonoster applications:createfonoster applications:delete REFfonoster applications:evalfonoster applications:get REFfonoster applications:listfonoster applications:update REFfonoster bugfonoster feedbackfonoster mcp:configurefonoster secrets:createfonoster secrets:delete REFfonoster secrets:get REFfonoster secrets:listfonoster secrets:update REFfonoster sipnet:acls:createfonoster sipnet:acls:delete REFfonoster sipnet:acls:get REFfonoster sipnet:acls:listfonoster sipnet:acls:update REFfonoster sipnet:agents:createfonoster sipnet:agents:delete REFfonoster sipnet:agents:get REFfonoster sipnet:agents:listfonoster sipnet:agents:update REFfonoster sipnet:calls:createfonoster sipnet:calls:get REFfonoster sipnet:calls:listfonoster sipnet:credentials:createfonoster sipnet:credentials:delete REFfonoster sipnet:credentials:get REFfonoster sipnet:credentials:listfonoster sipnet:credentials:update REFfonoster sipnet:domains:createfonoster sipnet:domains:delete REFfonoster sipnet:domains:get REFfonoster sipnet:domains:listfonoster sipnet:domains:update REFfonoster sipnet:numbers:createfonoster sipnet:numbers:delete REFfonoster sipnet:numbers:get REFfonoster sipnet:numbers:linkTwilioNumberfonoster sipnet:numbers:listfonoster sipnet:numbers:update REFfonoster sipnet:trunks:createfonoster sipnet:trunks:delete REFfonoster sipnet:trunks:get REFfonoster sipnet:trunks:listfonoster sipnet:trunks:update REFfonoster workspaces:activefonoster workspaces:listfonoster workspaces:loginfonoster workspaces:logout REFfonoster workspaces:use REF
fonoster apikeys:create
create an API key for the active Workspace
USAGE
$ fonoster apikeys:create [-i] [-e <value>] [-r <value>]
FLAGS
-e, --expiration=<value> API Key expiration time in days(e.g. 10d) or months(e.g. 10m)
-i, --insecure allow connections to a server with no TLS
-r, --role=<value> [default: WORKSPACE_ADMIN] API Key role
DESCRIPTION
create an API key for the active Workspace
EXAMPLES
$ fonoster apikeys:createSee code: dist/commands/apikeys/create.js
fonoster apikeys:delete REF
delete an API key from the active Workspace
USAGE
$ fonoster apikeys:delete REF [-i]
ARGUMENTS
REF the ApiKey to delete from the Workspace
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete an API key from the active Workspace
EXAMPLES
$ fonoster apikeys:deleteSee code: dist/commands/apikeys/delete.js
fonoster apikeys:list
display all API keys in the active Workspace
USAGE
$ fonoster apikeys:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all API keys in the active Workspace
EXAMPLES
$ fonoster apikeys:listSee code: dist/commands/apikeys/list.js
fonoster apikeys:regenerate REF
generate a new access key secret for an API key
USAGE
$ fonoster apikeys:regenerate REF [-i]
ARGUMENTS
REF the Application to update
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
generate a new access key secret for an API key
EXAMPLES
$ fonoster apikeys:regenerateSee code: dist/commands/apikeys/regenerate.js
fonoster applications:create
add a new Application to the active Workspace
USAGE
$ fonoster applications:create [-i] [-f <value>]
FLAGS
-f, --from-file=<value> create Application from YAML or JSON file
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new Application to the active Workspace
EXAMPLES
$ fonoster applications:createSee code: dist/commands/applications/create.js
fonoster applications:delete REF
delete an Application from the active Workspace
USAGE
$ fonoster applications:delete REF [-i]
ARGUMENTS
REF the Application to delete
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete an Application from the active Workspace
EXAMPLES
$ fonoster applications:deleteSee code: dist/commands/applications/delete.js
fonoster applications:eval
experimental command to test an Autopilot application
USAGE
$ fonoster applications:eval -f <value> [-i]
FLAGS
-f, --file=<value> (required) path to test cases file (json, yaml, or yml)
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
experimental command to test an Autopilot application
EXAMPLES
$ fonoster applications:eval -f assistant.json
$ fonoster applications:eval -f assistant.yamlSee code: dist/commands/applications/eval.js
fonoster applications:get REF
retrieve details of an Application by reference
USAGE
$ fonoster applications:get REF [-i]
ARGUMENTS
REF The Application to show details about
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of an Application by reference
EXAMPLES
$ fonoster applications:getSee code: dist/commands/applications/get.js
fonoster applications:list
display all Applications in the active Workspace
USAGE
$ fonoster applications:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all Applications in the active Workspace
EXAMPLES
$ fonoster applications:listSee code: dist/commands/applications/list.js
fonoster applications:update REF
modify the configuration of an Application
USAGE
$ fonoster applications:update REF [-i] [-f <value>]
ARGUMENTS
REF the Application to update
FLAGS
-f, --from-file=<value> update Application from YAML or JSON file
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
modify the configuration of an Application
EXAMPLES
$ fonoster applications:updateSee code: dist/commands/applications/update.js
fonoster bug
report a bug to the development team 🐞
USAGE
$ fonoster bug
DESCRIPTION
report a bug to the development team 🐞
EXAMPLES
$ fonoster bugSee code: dist/commands/bug.js
fonoster feedback
provide feedback on your experience
USAGE
$ fonoster feedback
DESCRIPTION
provide feedback on your experience
...
Help us improve by providing some feedback
EXAMPLES
$ fonoster feedbackSee code: dist/commands/feedback.js
fonoster mcp:configure
configure MCP client settings
USAGE
$ fonoster mcp:configure [-c claude] [-w <value>]
FLAGS
-c, --client=<option> [default: claude] MCP client to configure
<options: claude>
-w, --workspace=<value> workspace reference
DESCRIPTION
configure MCP client settings
EXAMPLES
$ fonoster mcp:configure --client claude
$ fonoster mcp:configure --client claude --workspace my-workspaceSee code: dist/commands/mcp/configure.js
fonoster secrets:create
add a new Secret to the active Workspace
USAGE
$ fonoster secrets:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new Secret to the active Workspace
EXAMPLES
$ fonoster secrets:createSee code: dist/commands/secrets/create.js
fonoster secrets:delete REF
delete a Secret from the active Workspace
USAGE
$ fonoster secrets:delete REF [-i]
ARGUMENTS
REF the Secret reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete a Secret from the active Workspace
EXAMPLES
$ fonoster secrets:deleteSee code: dist/commands/secrets/delete.js
fonoster secrets:get REF
retrieve details of a Secret by reference
USAGE
$ fonoster secrets:get REF [-i]
ARGUMENTS
REF The Secret to show details about
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of a Secret by reference
EXAMPLES
$ fonoster secrets:getSee code: dist/commands/secrets/get.js
fonoster secrets:list
display all Secrets in the active Workspace
USAGE
$ fonoster secrets:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all Secrets in the active Workspace
EXAMPLES
$ fonoster secrets:listSee code: dist/commands/secrets/list.js
fonoster secrets:update REF
modify the value or metadata of a Secret
USAGE
$ fonoster secrets:update REF [-i]
ARGUMENTS
REF the Secret to update
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
modify the value or metadata of a Secret
EXAMPLES
$ fonoster secrets:updateSee code: dist/commands/secrets/update.js
fonoster sipnet:acls:create
create a new Access Control List (ACL)
USAGE
$ fonoster sipnet:acls:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
create a new Access Control List (ACL)
EXAMPLES
$ fonoster sipnet:acls:createSee code: dist/commands/sipnet/acls/create.js
fonoster sipnet:acls:delete REF
remove an Access Control List (ACL) from the Workspace
USAGE
$ fonoster sipnet:acls:delete REF [-i]
ARGUMENTS
REF the ACL reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
remove an Access Control List (ACL) from the Workspace
EXAMPLES
$ fonoster sipnet:acls:deleteSee code: dist/commands/sipnet/acls/delete.js
fonoster sipnet:acls:get REF
get a specific Access Control List (ACL)
USAGE
$ fonoster sipnet:acls:get REF [-i]
ARGUMENTS
REF The ACL reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
get a specific Access Control List (ACL)
EXAMPLES
$ fonoster sipnet:acls:getSee code: dist/commands/sipnet/acls/get.js
fonoster sipnet:acls:list
list all Access Control Lists (ACLs)
USAGE
$ fonoster sipnet:acls:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
list all Access Control Lists (ACLs)
EXAMPLES
$ fonoster sipnet:acls:listSee code: dist/commands/sipnet/acls/list.js
fonoster sipnet:acls:update REF
update an existing Access Control List (ACL)
USAGE
$ fonoster sipnet:acls:update REF [-i]
ARGUMENTS
REF the ACL reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
update an existing Access Control List (ACL)
EXAMPLES
$ fonoster sipnet:acls:updateSee code: dist/commands/sipnet/acls/update.js
fonoster sipnet:agents:create
add a new SIP Agent to the network
USAGE
$ fonoster sipnet:agents:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new SIP Agent to the network
EXAMPLES
$ fonoster sipnet:agents:createSee code: dist/commands/sipnet/agents/create.js
fonoster sipnet:agents:delete REF
delete a SIP Agent from the network
USAGE
$ fonoster sipnet:agents:delete REF [-i]
ARGUMENTS
REF the Agent reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete a SIP Agent from the network
EXAMPLES
$ fonoster sipnet:agents:deleteSee code: dist/commands/sipnet/agents/delete.js
fonoster sipnet:agents:get REF
retrieve details of a SIP Agent
USAGE
$ fonoster sipnet:agents:get REF [-i]
ARGUMENTS
REF The Agent reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of a SIP Agent
EXAMPLES
$ fonoster sipnet:agents:getSee code: dist/commands/sipnet/agents/get.js
fonoster sipnet:agents:list
display all SIP Agents in the network
USAGE
$ fonoster sipnet:agents:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all SIP Agents in the network
EXAMPLES
$ fonoster sipnet:agents:listSee code: dist/commands/sipnet/agents/list.js
fonoster sipnet:agents:update REF
add a new SIP Agent to the network
USAGE
$ fonoster sipnet:agents:update REF [-i]
ARGUMENTS
REF the ACL reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new SIP Agent to the network
EXAMPLES
$ fonoster sipnet:agents:updateSee code: dist/commands/sipnet/agents/update.js
fonoster sipnet:calls:create
initiate a call to a phone number or SIP URI
USAGE
$ fonoster sipnet:calls:create -f <value> -t <value> -a <value> [-i] [-o <value>] [-c] [-m <value>]
FLAGS
-a, --app-ref=<value> (required) the reference to the application to use
-c, --track-call track the call
-f, --from=<value> (required) the number to make the call from
-i, --insecure allow connections to a server with no TLS
-m, --metadata=<value> a JSON object with metadata for the voice application (e.g. '{"name": "John Doe"}')
-o, --timeout=<value> [default: 30] the call timeout
-t, --to=<value> (required) the number to make the call to
DESCRIPTION
initiate a call to a phone number or SIP URI
EXAMPLES
$ fonoster sipnet:calls:createSee code: dist/commands/sipnet/calls/create.js
fonoster sipnet:calls:get REF
get a specific Access Control List (ACL)
USAGE
$ fonoster sipnet:calls:get REF [-i]
ARGUMENTS
REF The ACL reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
get a specific Access Control List (ACL)
EXAMPLES
$ fonoster sipnet:calls:getSee code: dist/commands/sipnet/calls/get.js
fonoster sipnet:calls:list
display all calls made in the active Workspace
USAGE
$ fonoster sipnet:calls:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all calls made in the active Workspace
EXAMPLES
$ fonoster sipnet:calls:listSee code: dist/commands/sipnet/calls/list.js
fonoster sipnet:credentials:create
add a new set of Credentials to the network
USAGE
$ fonoster sipnet:credentials:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new set of Credentials to the network
EXAMPLES
$ fonoster sipnet:credentials:createSee code: dist/commands/sipnet/credentials/create.js
fonoster sipnet:credentials:delete REF
delete a set of Credentials from the active Workspace
USAGE
$ fonoster sipnet:credentials:delete REF [-i]
ARGUMENTS
REF the Credentials reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete a set of Credentials from the active Workspace
EXAMPLES
$ fonoster sipnet:credentials:deleteSee code: dist/commands/sipnet/credentials/delete.js
fonoster sipnet:credentials:get REF
retrieve details of a set of Credentials by reference
USAGE
$ fonoster sipnet:credentials:get REF [-i]
ARGUMENTS
REF The Credentials reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of a set of Credentials by reference
EXAMPLES
$ fonoster sipnet:credentials:getSee code: dist/commands/sipnet/credentials/get.js
fonoster sipnet:credentials:list
display all Credentials in the active Workspace
USAGE
$ fonoster sipnet:credentials:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all Credentials in the active Workspace
EXAMPLES
$ fonoster sipnet:credentials:listSee code: dist/commands/sipnet/credentials/list.js
fonoster sipnet:credentials:update REF
modify the values or metadata of a set of Credentials
USAGE
$ fonoster sipnet:credentials:update REF [-i]
ARGUMENTS
REF the Credentials reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
modify the values or metadata of a set of Credentials
EXAMPLES
$ fonoster sipnet:credentials:updateSee code: dist/commands/sipnet/credentials/update.js
fonoster sipnet:domains:create
add a new Domain to the SIP network
USAGE
$ fonoster sipnet:domains:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new Domain to the SIP network
EXAMPLES
$ fonoster sipnet:domains:createSee code: dist/commands/sipnet/domains/create.js
fonoster sipnet:domains:delete REF
delete a Domain from the active Workspace
USAGE
$ fonoster sipnet:domains:delete REF [-i]
ARGUMENTS
REF the Domain reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete a Domain from the active Workspace
EXAMPLES
$ fonoster sipnet:domains:deleteSee code: dist/commands/sipnet/domains/delete.js
fonoster sipnet:domains:get REF
retrieve details of a Domain by reference
USAGE
$ fonoster sipnet:domains:get REF [-i]
ARGUMENTS
REF The Domain reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of a Domain by reference
EXAMPLES
$ fonoster sipnet:domains:getSee code: dist/commands/sipnet/domains/get.js
fonoster sipnet:domains:list
display all Domains in the SIP network
USAGE
$ fonoster sipnet:domains:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all Domains in the SIP network
EXAMPLES
$ fonoster sipnet:domains:listSee code: dist/commands/sipnet/domains/list.js
fonoster sipnet:domains:update REF
modify the configuration of a Domain
USAGE
$ fonoster sipnet:domains:update REF [-i]
ARGUMENTS
REF the Domain reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
modify the configuration of a Domain
EXAMPLES
$ fonoster sipnet:domains:updateSee code: dist/commands/sipnet/domains/update.js
fonoster sipnet:numbers:create
add a new Number to the SIP network
USAGE
$ fonoster sipnet:numbers:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new Number to the SIP network
EXAMPLES
$ fonoster sipnet:numbers:createSee code: dist/commands/sipnet/numbers/create.js
fonoster sipnet:numbers:delete REF
delete a Number from the active Workspace
USAGE
$ fonoster sipnet:numbers:delete REF [-i]
ARGUMENTS
REF the Numbers's reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
delete a Number from the active Workspace
EXAMPLES
$ fonoster sipnet:numbers:deleteSee code: dist/commands/sipnet/numbers/delete.js
fonoster sipnet:numbers:get REF
retrieve details of a Number by reference
USAGE
$ fonoster sipnet:numbers:get REF [-i]
ARGUMENTS
REF the Number to show details about
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of a Number by reference
EXAMPLES
$ fonoster sipnet:numbers:getSee code: dist/commands/sipnet/numbers/get.js
fonoster sipnet:numbers:linkTwilioNumber
associate a Twilio number with a Fonoster Application
USAGE
$ fonoster sipnet:numbers:linkTwilioNumber [-i] [-b <value>] [-a <value>]
FLAGS
-a, --access-control-list=<value> [default: 165.22.7.155/32] the access control list to allow (use if running your
Fonoster instance)
-b, --outbound-uri-base=<value> [default: pstn.fonoster.com] the uri to point twilio to for outbound calls (use if
running your Fonoster instance)
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
associate a Twilio number with a Fonoster Application
EXAMPLES
$ fonoster sipnet:numbers:linkTwilioNumberSee code: dist/commands/sipnet/numbers/linkTwilioNumber.js
fonoster sipnet:numbers:list
display all Numbers in the active Workspace
USAGE
$ fonoster sipnet:numbers:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to return
DESCRIPTION
display all Numbers in the active Workspace
EXAMPLES
$ fonoster sipnet:numbers:listSee code: dist/commands/sipnet/numbers/list.js
fonoster sipnet:numbers:update REF
modify the configuration of a Number
USAGE
$ fonoster sipnet:numbers:update REF [-i]
ARGUMENTS
REF the Number to update
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
modify the configuration of a Number
EXAMPLES
$ fonoster sipnet:numbers:updateSee code: dist/commands/sipnet/numbers/update.js
fonoster sipnet:trunks:create
add a new Trunk to the SIP network
USAGE
$ fonoster sipnet:trunks:create [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
add a new Trunk to the SIP network
EXAMPLES
$ fonoster sipnet:trunks:createSee code: dist/commands/sipnet/trunks/create.js
fonoster sipnet:trunks:delete REF
remove a Trunk from the active Workspace
USAGE
$ fonoster sipnet:trunks:delete REF [-i]
ARGUMENTS
REF the Trunk's reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
remove a Trunk from the active Workspace
EXAMPLES
$ fonoster sipnet:trunks:deleteSee code: dist/commands/sipnet/trunks/delete.js
fonoster sipnet:trunks:get REF
retrieve details of a Trunk by reference
USAGE
$ fonoster sipnet:trunks:get REF [-i]
ARGUMENTS
REF The Trunk's reference
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
retrieve details of a Trunk by reference
EXAMPLES
$ fonoster sipnet:trunks:getSee code: dist/commands/sipnet/trunks/get.js
fonoster sipnet:trunks:list
display all Trunks in the active Workspace
USAGE
$ fonoster sipnet:trunks:list [-i] [-s <value>]
FLAGS
-i, --insecure allow connections to a server with no TLS
-s, --page-size=<value> [default: 1000] the number of items to show
DESCRIPTION
display all Trunks in the active Workspace
EXAMPLES
$ fonoster sipnet:trunks:listSee code: dist/commands/sipnet/trunks/list.js
fonoster sipnet:trunks:update REF
modify the configuration of a Trunk
USAGE
$ fonoster sipnet:trunks:update REF [-i]
ARGUMENTS
REF the Trunk to update
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
modify the configuration of a Trunk
EXAMPLES
$ fonoster sipnet:trunks:updateSee code: dist/commands/sipnet/trunks/update.js
fonoster workspaces:active
display the name of the active Workspace
USAGE
$ fonoster workspaces:active
DESCRIPTION
display the name of the active Workspace
EXAMPLES
$ fonoster workspaces:activeSee code: dist/commands/workspaces/active.js
fonoster workspaces:list
display all linked Workspaces
USAGE
$ fonoster workspaces:list
DESCRIPTION
display all linked Workspaces
EXAMPLES
$ fonoster workspaces:listSee code: dist/commands/workspaces/list.js
fonoster workspaces:login
link a Workspace to the local environment
USAGE
$ fonoster workspaces:login [-i]
FLAGS
-i, --insecure allow connections to a server with no TLS
DESCRIPTION
link a Workspace to the local environment
EXAMPLES
$ fonoster workspaces:loginSee code: dist/commands/workspaces/login.js
fonoster workspaces:logout REF
unlink a Workspace from the local environment
USAGE
$ fonoster workspaces:logout REF
ARGUMENTS
REF the Workspace to unlink from
DESCRIPTION
unlink a Workspace from the local environment
EXAMPLES
$ fonoster workspaces:logoutSee code: dist/commands/workspaces/logout.js
fonoster workspaces:use REF
set a Workspace as the default
USAGE
$ fonoster workspaces:use REF
ARGUMENTS
REF The Workspace to unlink from
DESCRIPTION
set a Workspace as the default
EXAMPLES
$ fonoster workspaces:useSee code: dist/commands/workspaces/use.js
