-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish v2.1.13 [skip ci]
- Loading branch information
1 parent
e52af42
commit a39e814
Showing
10 changed files
with
17,573 additions
and
26,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"packages": ["mods/*"], | ||
"version": "2.1.12" | ||
"version": "2.1.13" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ $ npm install -g @routr/ctl | |
$ rctl COMMAND | ||
running command... | ||
$ rctl (--version) | ||
@routr/ctl/2.1.12 darwin-arm64 node-v16.20.2 | ||
@routr/ctl/2.1.13 linux-x64 node-v18.17.1 | ||
$ rctl --help [COMMAND] | ||
USAGE | ||
$ rctl COMMAND | ||
|
@@ -95,7 +95,7 @@ EXAMPLES | |
Creating ACL US Eeast... b148b4b4-6884-4c06-bb7e-bd098f5fe793 | ||
``` | ||
|
||
_See code: [dist/commands/acl/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/acl/create.ts)_ | ||
_See code: [dist/commands/acl/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/acl/create.ts)_ | ||
|
||
## `rctl acl delete [REF]` | ||
|
||
|
@@ -118,7 +118,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/acl/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/acl/delete.ts)_ | ||
_See code: [dist/commands/acl/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/acl/delete.ts)_ | ||
|
||
## `rctl acl describe [REF]` | ||
|
||
|
@@ -140,7 +140,7 @@ DESCRIPTION | |
shows details of an ACL | ||
``` | ||
|
||
_See code: [dist/commands/acl/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/acl/describe.ts)_ | ||
_See code: [dist/commands/acl/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/acl/describe.ts)_ | ||
|
||
## `rctl acl get [REF]` | ||
|
||
|
@@ -169,7 +169,7 @@ EXAMPLES | |
9e7a88f0-8390-42f5-a2cb-689583ba9f4f Local Network ACL 0.0.0.0/0 10.0.0.28 | ||
``` | ||
|
||
_See code: [dist/commands/acl/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/acl/get.ts)_ | ||
_See code: [dist/commands/acl/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/acl/get.ts)_ | ||
|
||
## `rctl acl update REF` | ||
|
||
|
@@ -195,7 +195,7 @@ EXAMPLES | |
Updating ACL US East... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/acl/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/acl/update.ts)_ | ||
_See code: [dist/commands/acl/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/acl/update.ts)_ | ||
|
||
## `rctl agents create` | ||
|
||
|
@@ -218,7 +218,7 @@ EXAMPLES | |
Creating Agent Jhon Doe... b148b4b4-6884-4c06-bb7e-bd098f5fe793 | ||
``` | ||
|
||
_See code: [dist/commands/agents/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/agents/create.ts)_ | ||
_See code: [dist/commands/agents/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/agents/create.ts)_ | ||
|
||
## `rctl agents delete [REF]` | ||
|
||
|
@@ -241,7 +241,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/agents/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/agents/delete.ts)_ | ||
_See code: [dist/commands/agents/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/agents/delete.ts)_ | ||
|
||
## `rctl agents describe [REF]` | ||
|
||
|
@@ -263,7 +263,7 @@ DESCRIPTION | |
shows details of an Agent | ||
``` | ||
|
||
_See code: [dist/commands/agents/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/agents/describe.ts)_ | ||
_See code: [dist/commands/agents/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/agents/describe.ts)_ | ||
|
||
## `rctl agents get [REF]` | ||
|
||
|
@@ -292,7 +292,7 @@ EXAMPLES | |
d31f5fb8-e367-42f7-9884-1a7999f53fe8 John Doe jdoe sip.local PRIVATE Yes | ||
``` | ||
|
||
_See code: [dist/commands/agents/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/agents/get.ts)_ | ||
_See code: [dist/commands/agents/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/agents/get.ts)_ | ||
|
||
## `rctl agents update REF` | ||
|
||
|
@@ -318,7 +318,7 @@ EXAMPLES | |
Updating Agent John Doe... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/agents/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/agents/update.ts)_ | ||
_See code: [dist/commands/agents/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/agents/update.ts)_ | ||
|
||
## `rctl autocomplete [SHELL]` | ||
|
||
|
@@ -370,7 +370,7 @@ EXAMPLES | |
Creating Credentials JDoe Access... b148b4b4-6884-4c06-bb7e-bd098f5fe793 | ||
``` | ||
|
||
_See code: [dist/commands/credentials/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/credentials/create.ts)_ | ||
_See code: [dist/commands/credentials/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/credentials/create.ts)_ | ||
|
||
## `rctl credentials delete [REF]` | ||
|
||
|
@@ -393,7 +393,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/credentials/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/credentials/delete.ts)_ | ||
_See code: [dist/commands/credentials/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/credentials/delete.ts)_ | ||
|
||
## `rctl credentials describe [REF]` | ||
|
||
|
@@ -415,7 +415,7 @@ DESCRIPTION | |
shows details for a set of Credentials | ||
``` | ||
|
||
_See code: [dist/commands/credentials/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/credentials/describe.ts)_ | ||
_See code: [dist/commands/credentials/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/credentials/describe.ts)_ | ||
|
||
## `rctl credentials get [REF]` | ||
|
||
|
@@ -444,7 +444,7 @@ EXAMPLES | |
80181ca6-d4aa-4575-9375-8f72b07d6666 Europe ACL 0.0.0.0/0 10.0.0.25 | ||
``` | ||
|
||
_See code: [dist/commands/credentials/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/credentials/get.ts)_ | ||
_See code: [dist/commands/credentials/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/credentials/get.ts)_ | ||
|
||
## `rctl credentials update REF` | ||
|
||
|
@@ -470,7 +470,7 @@ EXAMPLES | |
Updating Credentials JDoe Credentials... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/credentials/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/credentials/update.ts)_ | ||
_See code: [dist/commands/credentials/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/credentials/update.ts)_ | ||
|
||
## `rctl domains create` | ||
|
||
|
@@ -493,7 +493,7 @@ EXAMPLES | |
Creating Domain Local Domain... b148b4b4-6884-4c06-bb7e-bd098f5fe793 | ||
``` | ||
|
||
_See code: [dist/commands/domains/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/domains/create.ts)_ | ||
_See code: [dist/commands/domains/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/domains/create.ts)_ | ||
|
||
## `rctl domains delete [REF]` | ||
|
||
|
@@ -516,7 +516,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/domains/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/domains/delete.ts)_ | ||
_See code: [dist/commands/domains/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/domains/delete.ts)_ | ||
|
||
## `rctl domains describe [REF]` | ||
|
||
|
@@ -538,7 +538,7 @@ DESCRIPTION | |
show details of a Domain | ||
``` | ||
|
||
_See code: [dist/commands/domains/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/domains/describe.ts)_ | ||
_See code: [dist/commands/domains/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/domains/describe.ts)_ | ||
|
||
## `rctl domains get [REF]` | ||
|
||
|
@@ -567,7 +567,7 @@ EXAMPLES | |
ab2b6959-f497-4b14-903b-85a7c464b564 Local Domain sip.local | ||
``` | ||
|
||
_See code: [dist/commands/domains/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/domains/get.ts)_ | ||
_See code: [dist/commands/domains/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/domains/get.ts)_ | ||
|
||
## `rctl domains update REF` | ||
|
||
|
@@ -593,7 +593,7 @@ EXAMPLES | |
Updating Domain Local... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/domains/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/domains/update.ts)_ | ||
_See code: [dist/commands/domains/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/domains/update.ts)_ | ||
|
||
## `rctl numbers create` | ||
|
||
|
@@ -616,7 +616,7 @@ EXAMPLES | |
Creating Number (784) 317-8170... a134487f-a668-4509-9ddd-dcbc98175468 | ||
``` | ||
|
||
_See code: [dist/commands/numbers/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/numbers/create.ts)_ | ||
_See code: [dist/commands/numbers/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/numbers/create.ts)_ | ||
|
||
## `rctl numbers delete [REF]` | ||
|
||
|
@@ -639,7 +639,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/numbers/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/numbers/delete.ts)_ | ||
_See code: [dist/commands/numbers/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/numbers/delete.ts)_ | ||
|
||
## `rctl numbers describe [REF]` | ||
|
||
|
@@ -661,7 +661,7 @@ DESCRIPTION | |
shows details for a Number | ||
``` | ||
|
||
_See code: [dist/commands/numbers/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/numbers/describe.ts)_ | ||
_See code: [dist/commands/numbers/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/numbers/describe.ts)_ | ||
|
||
## `rctl numbers get [REF]` | ||
|
||
|
@@ -690,7 +690,7 @@ EXAMPLES | |
a134487f-a668-4509-9ddd-dcbc98175468 (785) 317-8070 +17853178070 sip:[email protected] Cameron, USA (US) | ||
``` | ||
|
||
_See code: [dist/commands/numbers/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/numbers/get.ts)_ | ||
_See code: [dist/commands/numbers/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/numbers/get.ts)_ | ||
|
||
## `rctl numbers update REF` | ||
|
||
|
@@ -716,7 +716,7 @@ EXAMPLES | |
Updating Number (785) 317-8070... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/numbers/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/numbers/update.ts)_ | ||
_See code: [dist/commands/numbers/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/numbers/update.ts)_ | ||
|
||
## `rctl peers create` | ||
|
||
|
@@ -739,7 +739,7 @@ EXAMPLES | |
Creating Peer Asterisk Conference... b148b4b4-6884-4c06-bb7e-bd098f5fe793 | ||
``` | ||
|
||
_See code: [dist/commands/peers/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/peers/create.ts)_ | ||
_See code: [dist/commands/peers/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/peers/create.ts)_ | ||
|
||
## `rctl peers delete [REF]` | ||
|
||
|
@@ -762,7 +762,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/peers/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/peers/delete.ts)_ | ||
_See code: [dist/commands/peers/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/peers/delete.ts)_ | ||
|
||
## `rctl peers describe [REF]` | ||
|
||
|
@@ -784,7 +784,7 @@ DESCRIPTION | |
shows details for a Peer | ||
``` | ||
|
||
_See code: [dist/commands/peers/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/peers/describe.ts)_ | ||
_See code: [dist/commands/peers/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/peers/describe.ts)_ | ||
|
||
## `rctl peers get [REF]` | ||
|
||
|
@@ -813,7 +813,7 @@ EXAMPLES | |
6f941c63-880c-419a-a72a-4a107cbaf5c5 Asterisk Conference conference backend:conference ROUND_ROBIN Yes | ||
``` | ||
|
||
_See code: [dist/commands/peers/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/peers/get.ts)_ | ||
_See code: [dist/commands/peers/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/peers/get.ts)_ | ||
|
||
## `rctl peers update REF` | ||
|
||
|
@@ -839,7 +839,7 @@ EXAMPLES | |
Updating Peer Asterisk Conf... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/peers/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/peers/update.ts)_ | ||
_See code: [dist/commands/peers/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/peers/update.ts)_ | ||
|
||
## `rctl plugins` | ||
|
||
|
@@ -1105,7 +1105,7 @@ EXAMPLES | |
Creating Trunk T01... b148b4b4-6884-4c06-bb7e-bd098f5fe793 | ||
``` | ||
|
||
_See code: [dist/commands/trunks/create.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/trunks/create.ts)_ | ||
_See code: [dist/commands/trunks/create.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/trunks/create.ts)_ | ||
|
||
## `rctl trunks delete [REF]` | ||
|
||
|
@@ -1128,7 +1128,7 @@ EXAMPLES | |
Deleting item 80181ca6-d4aa-4575-9375-8f72b071111... Done | ||
``` | ||
|
||
_See code: [dist/commands/trunks/delete.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/trunks/delete.ts)_ | ||
_See code: [dist/commands/trunks/delete.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/trunks/delete.ts)_ | ||
|
||
## `rctl trunks describe [REF]` | ||
|
||
|
@@ -1150,7 +1150,7 @@ DESCRIPTION | |
shows details for a Trunk | ||
``` | ||
|
||
_See code: [dist/commands/trunks/describe.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/trunks/describe.ts)_ | ||
_See code: [dist/commands/trunks/describe.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/trunks/describe.ts)_ | ||
|
||
## `rctl trunks get [REF]` | ||
|
||
|
@@ -1179,7 +1179,7 @@ EXAMPLES | |
8cde8ea9-3c58-4dbe-b2cf-23c4413dd4cc Local sip.t01.provider.net | ||
``` | ||
|
||
_See code: [dist/commands/trunks/get.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/trunks/get.ts)_ | ||
_See code: [dist/commands/trunks/get.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/trunks/get.ts)_ | ||
|
||
## `rctl trunks update REF` | ||
|
||
|
@@ -1205,5 +1205,5 @@ EXAMPLES | |
Updating Trunk T01... 80181ca6-d4aa-4575-9375-8f72b07d5555 | ||
``` | ||
|
||
_See code: [dist/commands/trunks/update.ts](https://github.com/fonoster/routr/blob/v2.1.12/dist/commands/trunks/update.ts)_ | ||
_See code: [dist/commands/trunks/update.ts](https://github.com/fonoster/routr/blob/v2.1.13/dist/commands/trunks/update.ts)_ | ||
<!-- commandsstop --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/ctl", | ||
"version": "2.1.12", | ||
"version": "2.1.13", | ||
"description": "Routr Command-Line Tool", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"bin": { | ||
|
@@ -26,7 +26,7 @@ | |
"@oclif/plugin-plugins": "^2.1.12", | ||
"@oclif/plugin-warn-if-update-available": "^2.0.19", | ||
"@routr/common": "^2.1.11", | ||
"@routr/sdk": "^2.1.12", | ||
"@routr/sdk": "^2.1.13", | ||
"figlet": "^1.5.2", | ||
"fuzzy-search": "^3.2.1", | ||
"inquirer": "^8.2.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/one", | ||
"version": "2.1.11", | ||
"version": "2.1.13", | ||
"description": "Bundle server with everything needed to run Routr Connect", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
@@ -24,7 +24,7 @@ | |
"@routr/connect": "^2.1.11", | ||
"@routr/dispatcher": "^2.1.11", | ||
"@routr/location": "^2.1.11", | ||
"@routr/pgdata": "^2.1.11", | ||
"@routr/pgdata": "^2.1.13", | ||
"@routr/rtprelay": "^2.1.11" | ||
}, | ||
"files": [ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/pgdata", | ||
"version": "2.1.11", | ||
"version": "2.1.13", | ||
"description": "Postgres API Server for Routr Connect", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
Oops, something went wrong.