@dishantlangayan/sc-plugin-broker 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +202 -0
- package/README.md +268 -0
- package/bin/dev.cmd +3 -0
- package/bin/dev.js +5 -0
- package/bin/run.cmd +3 -0
- package/bin/run.js +5 -0
- package/dist/commands/broker/login/basic.d.ts +54 -0
- package/dist/commands/broker/login/basic.js +293 -0
- package/dist/commands/broker/login/cloud.d.ts +56 -0
- package/dist/commands/broker/login/cloud.js +333 -0
- package/dist/commands/broker/login/list.d.ts +10 -0
- package/dist/commands/broker/login/list.js +36 -0
- package/dist/commands/broker/logout.d.ts +15 -0
- package/dist/commands/broker/logout.js +111 -0
- package/dist/commands/broker/queue/create.d.ts +28 -0
- package/dist/commands/broker/queue/create.js +116 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/lib/broker-utils.d.ts +25 -0
- package/dist/lib/broker-utils.js +62 -0
- package/dist/types/cloud-api.d.ts +102 -0
- package/dist/types/cloud-api.js +5 -0
- package/dist/types/msgvpn-queue.d.ts +49 -0
- package/dist/types/msgvpn-queue.js +4 -0
- package/oclif.manifest.json +475 -0
- package/package.json +75 -0
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
@dishantlangayan/sc-plugin-broker
|
|
2
|
+
=================
|
|
3
|
+
|
|
4
|
+
Commands to interact with Solace Event Broker.
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
[](https://oclif.io)
|
|
8
|
+
[](https://npmjs.org/package/@dishantlangayan/sc-plugin-broker)
|
|
9
|
+
[](https://npmjs.org/package/@dishantlangayan/sc-plugin-broker)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<!-- toc -->
|
|
13
|
+
* [Usage](#usage)
|
|
14
|
+
* [Resources](#resources)
|
|
15
|
+
* [Contributing](#contributing)
|
|
16
|
+
* [Authors](#authors)
|
|
17
|
+
* [License](#license)
|
|
18
|
+
* [Commands](#commands)
|
|
19
|
+
<!-- tocstop -->
|
|
20
|
+
# Usage
|
|
21
|
+
<!-- usage -->
|
|
22
|
+
```sh-session
|
|
23
|
+
$ npm install -g @dishantlangayan/sc-plugin-broker
|
|
24
|
+
$ sc COMMAND
|
|
25
|
+
running command...
|
|
26
|
+
$ sc (--version)
|
|
27
|
+
@dishantlangayan/sc-plugin-broker/0.1.0 darwin-arm64 node-v24.1.0
|
|
28
|
+
$ sc --help [COMMAND]
|
|
29
|
+
USAGE
|
|
30
|
+
$ sc COMMAND
|
|
31
|
+
...
|
|
32
|
+
```
|
|
33
|
+
<!-- usagestop -->
|
|
34
|
+
# Resources
|
|
35
|
+
<!-- resources -->
|
|
36
|
+
This is not an officially supported Solace product.
|
|
37
|
+
|
|
38
|
+
For more information try these resources:
|
|
39
|
+
- Ask the [Solace Community](https://solace.community)
|
|
40
|
+
- The Solace Developer Portal website at: https://solace.dev
|
|
41
|
+
|
|
42
|
+
<!-- resourcesstop -->
|
|
43
|
+
# Contributing
|
|
44
|
+
<!-- contributing -->
|
|
45
|
+
Contributions are encouraged! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
|
|
46
|
+
|
|
47
|
+
<!-- contributingstop -->
|
|
48
|
+
# Authors
|
|
49
|
+
<!-- authors -->
|
|
50
|
+
See the list of [contributors](https://github.com/dishantlangayan/sc-plugin-broker/graphs/contributors) who participated in this project.
|
|
51
|
+
|
|
52
|
+
<!-- authorsstop -->
|
|
53
|
+
# License
|
|
54
|
+
<!-- license -->
|
|
55
|
+
See the [LICENSE](LICENSE.txt) file for details.
|
|
56
|
+
|
|
57
|
+
<!-- licensestop -->
|
|
58
|
+
# Commands
|
|
59
|
+
<!-- commands -->
|
|
60
|
+
* [`sc broker login basic`](#sc-broker-login-basic)
|
|
61
|
+
* [`sc broker login cloud`](#sc-broker-login-cloud)
|
|
62
|
+
* [`sc broker login list`](#sc-broker-login-list)
|
|
63
|
+
* [`sc broker logout`](#sc-broker-logout)
|
|
64
|
+
* [`sc broker queue create`](#sc-broker-queue-create)
|
|
65
|
+
|
|
66
|
+
## `sc broker login basic`
|
|
67
|
+
|
|
68
|
+
Login to a Solace Event Broker using Basic authentication.
|
|
69
|
+
|
|
70
|
+
```
|
|
71
|
+
USAGE
|
|
72
|
+
$ sc broker login basic -b <value> -p <value> -u <value> [--json] [--log-level debug|warn|error|info|trace]
|
|
73
|
+
[--no-prompt] [-d]
|
|
74
|
+
|
|
75
|
+
FLAGS
|
|
76
|
+
-b, --broker-name=<value> (required) Name/identifier for the broker
|
|
77
|
+
-d, --set-default Set this broker as the default
|
|
78
|
+
-p, --semp-port=<value> (required) SEMP port number (1-65535)
|
|
79
|
+
-u, --semp-url=<value> (required) SEMP endpoint URL (must start with http:// or https://)
|
|
80
|
+
--no-prompt Read credentials from SC_SEMP_USERNAME and SC_SEMP_PASSWORD environment variables
|
|
81
|
+
|
|
82
|
+
GLOBAL FLAGS
|
|
83
|
+
--json Format output as json.
|
|
84
|
+
--log-level=<option> [default: info] Specify level for logging.
|
|
85
|
+
<options: debug|warn|error|info|trace>
|
|
86
|
+
|
|
87
|
+
DESCRIPTION
|
|
88
|
+
Login to a Solace Event Broker using Basic authentication.
|
|
89
|
+
|
|
90
|
+
Stores broker credentials securely using encrypted local storage.
|
|
91
|
+
Credentials are base64-encoded and encrypted before storage.
|
|
92
|
+
|
|
93
|
+
If a broker with the same name already exists, you'll be prompted to overwrite.
|
|
94
|
+
|
|
95
|
+
Required SEMP permissions: Varies by operations you intend to perform
|
|
96
|
+
|
|
97
|
+
EXAMPLES
|
|
98
|
+
$ sc broker login basic --broker-name=dev-broker --semp-url=https://localhost --semp-port=8080
|
|
99
|
+
|
|
100
|
+
$ sc broker login basic --broker-name=ci-broker --semp-url=http://192.168.1.100 --semp-port=8080 --no-prompt
|
|
101
|
+
|
|
102
|
+
$ sc broker login basic --broker-name=default-broker --semp-url=https://broker.example.com --semp-port=943 --set-default
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
_See code: [src/commands/broker/login/basic.ts](https://github.com/dishantlangayan/sc-plugin-broker/blob/v0.1.0/src/commands/broker/login/basic.ts)_
|
|
106
|
+
|
|
107
|
+
## `sc broker login cloud`
|
|
108
|
+
|
|
109
|
+
Login to a Solace Cloud Event Broker using Cloud API credentials.
|
|
110
|
+
|
|
111
|
+
```
|
|
112
|
+
USAGE
|
|
113
|
+
$ sc broker login cloud -b <value> [--json] [--log-level debug|warn|error|info|trace] [--no-prompt] [-o <value>] [-d]
|
|
114
|
+
|
|
115
|
+
FLAGS
|
|
116
|
+
-b, --broker-name=<value> (required) Name of the broker in Solace Cloud
|
|
117
|
+
-d, --set-default Set this broker as the default
|
|
118
|
+
-o, --org-name=<value> Solace Cloud organization name (uses default org if not specified)
|
|
119
|
+
--no-prompt Skip confirmation prompts for overwriting existing broker
|
|
120
|
+
|
|
121
|
+
GLOBAL FLAGS
|
|
122
|
+
--json Format output as json.
|
|
123
|
+
--log-level=<option> [default: info] Specify level for logging.
|
|
124
|
+
<options: debug|warn|error|info|trace>
|
|
125
|
+
|
|
126
|
+
DESCRIPTION
|
|
127
|
+
Login to a Solace Cloud Event Broker using Cloud API credentials.
|
|
128
|
+
|
|
129
|
+
Retrieves SEMP credentials automatically from Solace Cloud REST API.
|
|
130
|
+
Requires prior authentication to Solace Cloud (org:login).
|
|
131
|
+
|
|
132
|
+
The command will:
|
|
133
|
+
1. Look up the broker by name in your Solace Cloud organization
|
|
134
|
+
2. Retrieve SEMP endpoint details and credentials from Cloud API
|
|
135
|
+
3. Store encrypted broker credentials locally for future use
|
|
136
|
+
|
|
137
|
+
Required Cloud API permissions: Read access to Event Broker Services
|
|
138
|
+
|
|
139
|
+
EXAMPLES
|
|
140
|
+
$ sc broker login cloud --broker-name=production-broker
|
|
141
|
+
|
|
142
|
+
$ sc broker login cloud --broker-name=dev-broker --set-default
|
|
143
|
+
|
|
144
|
+
$ sc broker login cloud --broker-name=staging-broker --org-name=my-org
|
|
145
|
+
|
|
146
|
+
$ sc broker login cloud --broker-name=prod --no-prompt
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
_See code: [src/commands/broker/login/cloud.ts](https://github.com/dishantlangayan/sc-plugin-broker/blob/v0.1.0/src/commands/broker/login/cloud.ts)_
|
|
150
|
+
|
|
151
|
+
## `sc broker login list`
|
|
152
|
+
|
|
153
|
+
List all authenticated brokers.
|
|
154
|
+
|
|
155
|
+
```
|
|
156
|
+
USAGE
|
|
157
|
+
$ sc broker login list [--json] [--log-level debug|warn|error|info|trace]
|
|
158
|
+
|
|
159
|
+
GLOBAL FLAGS
|
|
160
|
+
--json Format output as json.
|
|
161
|
+
--log-level=<option> [default: info] Specify level for logging.
|
|
162
|
+
<options: debug|warn|error|info|trace>
|
|
163
|
+
|
|
164
|
+
DESCRIPTION
|
|
165
|
+
List all authenticated brokers.
|
|
166
|
+
|
|
167
|
+
Displays brokers you have logged into, including their authentication type, SEMP endpoints, and which one is set as
|
|
168
|
+
default.
|
|
169
|
+
|
|
170
|
+
EXAMPLES
|
|
171
|
+
$ sc broker login list
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
_See code: [src/commands/broker/login/list.ts](https://github.com/dishantlangayan/sc-plugin-broker/blob/v0.1.0/src/commands/broker/login/list.ts)_
|
|
175
|
+
|
|
176
|
+
## `sc broker logout`
|
|
177
|
+
|
|
178
|
+
Logout from authenticated brokers.
|
|
179
|
+
|
|
180
|
+
```
|
|
181
|
+
USAGE
|
|
182
|
+
$ sc broker logout [--json] [--log-level debug|warn|error|info|trace] [-a | -b <value>] [--no-prompt]
|
|
183
|
+
|
|
184
|
+
FLAGS
|
|
185
|
+
-a, --all Logout from all brokers
|
|
186
|
+
-b, --broker-name=<value> Broker name to logout from
|
|
187
|
+
--no-prompt Skip confirmation prompt and assume Yes
|
|
188
|
+
|
|
189
|
+
GLOBAL FLAGS
|
|
190
|
+
--json Format output as json.
|
|
191
|
+
--log-level=<option> [default: info] Specify level for logging.
|
|
192
|
+
<options: debug|warn|error|info|trace>
|
|
193
|
+
|
|
194
|
+
DESCRIPTION
|
|
195
|
+
Logout from authenticated brokers.
|
|
196
|
+
|
|
197
|
+
Removes locally stored broker credentials.
|
|
198
|
+
Interactive mode allows selection with arrow keys and spacebar.
|
|
199
|
+
|
|
200
|
+
EXAMPLES
|
|
201
|
+
$ sc broker logout
|
|
202
|
+
|
|
203
|
+
$ sc broker logout --broker-name=dev-broker
|
|
204
|
+
|
|
205
|
+
$ sc broker logout --all
|
|
206
|
+
|
|
207
|
+
$ sc broker logout --broker-name=prod --no-prompt
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
_See code: [src/commands/broker/logout.ts](https://github.com/dishantlangayan/sc-plugin-broker/blob/v0.1.0/src/commands/broker/logout.ts)_
|
|
211
|
+
|
|
212
|
+
## `sc broker queue create`
|
|
213
|
+
|
|
214
|
+
Create a Queue on a Solace Event Broker.
|
|
215
|
+
|
|
216
|
+
```
|
|
217
|
+
USAGE
|
|
218
|
+
$ sc broker queue create -v <value> -q <value> [--json] [--log-level debug|warn|error|info|trace] [-a
|
|
219
|
+
exclusive|non-exclusive] [-b <value>] [-n <value>] [--dead-msg-queue <value>] [--egress-enabled] [--ingress-enabled]
|
|
220
|
+
[-s <value>] [--max-redelivery-count <value>] [--max-ttl <value>] [-o <value>] [-p
|
|
221
|
+
consume|delete|modify-topic|no-access|read-only] [--respect-ttl-enabled]
|
|
222
|
+
|
|
223
|
+
FLAGS
|
|
224
|
+
-a, --access-type=<option> The access type for the queue.
|
|
225
|
+
<options: exclusive|non-exclusive>
|
|
226
|
+
-b, --broker-id=<value> Stored broker identifier.
|
|
227
|
+
-n, --broker-name=<value> Stored broker name.
|
|
228
|
+
-o, --owner=<value> The client username that owns the queue and has permission equivalent to delete.
|
|
229
|
+
-p, --permission=<option> [default: consume] The permission level for all consumers of the queue, excluding
|
|
230
|
+
the owner.
|
|
231
|
+
<options: consume|delete|modify-topic|no-access|read-only>
|
|
232
|
+
-q, --queue-name=<value> (required) The name of the queue to create.
|
|
233
|
+
-s, --max-msg-spool-usage=<value> The maximum message spool usage allowed by the queue, in megabytes (MB).
|
|
234
|
+
-v, --msg-vpn-name=<value> (required) The name of the Message VPN.
|
|
235
|
+
--dead-msg-queue=<value> The name of the Dead Message Queue.
|
|
236
|
+
--[no-]egress-enabled Enable or disable egress (message consumption) from the queue.
|
|
237
|
+
--[no-]ingress-enabled Enable or disable ingress (message reception) to the queue.
|
|
238
|
+
--max-redelivery-count=<value> The maximum number of times a message will be redelivered before it is discarded
|
|
239
|
+
or moved to the DMQ.
|
|
240
|
+
--max-ttl=<value> The maximum time in seconds a message can stay in the queue when
|
|
241
|
+
respect-ttl-enabled is true.
|
|
242
|
+
--[no-]respect-ttl-enabled Enable or disable the respecting of the time-to-live (TTL) for messages.
|
|
243
|
+
|
|
244
|
+
GLOBAL FLAGS
|
|
245
|
+
--json Format output as json.
|
|
246
|
+
--log-level=<option> [default: info] Specify level for logging.
|
|
247
|
+
<options: debug|warn|error|info|trace>
|
|
248
|
+
|
|
249
|
+
DESCRIPTION
|
|
250
|
+
Create a Queue on a Solace Event Broker.
|
|
251
|
+
|
|
252
|
+
Any attribute missing from the request will be set to its default value. The creation of instances of this object are
|
|
253
|
+
synchronized to HA mates and replication sites via config-sync.
|
|
254
|
+
|
|
255
|
+
EXAMPLES
|
|
256
|
+
$ sc broker queue create --broker-name=dev-broker --queue-name=myQueue --msg-vpn-name=default
|
|
257
|
+
|
|
258
|
+
$ sc broker queue create --broker-id=dev-broker --queue-name=myQueue --msg-vpn-name=default --access-type=non-exclusive
|
|
259
|
+
|
|
260
|
+
$ sc broker queue create --broker-name=dev-broker --queue-name=myQueue --msg-vpn-name=default --owner=user1 --permission=consume
|
|
261
|
+
|
|
262
|
+
$ sc broker queue create --broker-name=dev-broker --queue-name=myQueue --msg-vpn-name=default --max-msg-spool-usage=1024 --egress-enabled --ingress-enabled
|
|
263
|
+
|
|
264
|
+
$ sc broker queue create --broker-name=dev-broker --queue-name=myQueue --msg-vpn-name=default --dead-msg-queue=#DEAD_MSG_QUEUE --max-redelivery-count=3
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
_See code: [src/commands/broker/queue/create.ts](https://github.com/dishantlangayan/sc-plugin-broker/blob/v0.1.0/src/commands/broker/queue/create.ts)_
|
|
268
|
+
<!-- commandsstop -->
|
package/bin/dev.cmd
ADDED
package/bin/dev.js
ADDED
package/bin/run.cmd
ADDED
package/bin/run.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { BrokerAuth, ScCommand } from '@dishantlangayan/sc-cli-core';
|
|
2
|
+
export default class BrokerLoginBasic extends ScCommand<typeof BrokerLoginBasic> {
|
|
3
|
+
static args: {};
|
|
4
|
+
static description: string;
|
|
5
|
+
static examples: string[];
|
|
6
|
+
static flags: {
|
|
7
|
+
'broker-name': import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
8
|
+
'no-prompt': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
+
'semp-port': import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
10
|
+
'semp-url': import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
11
|
+
'set-default': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
12
|
+
};
|
|
13
|
+
run(): Promise<BrokerAuth>;
|
|
14
|
+
/**
|
|
15
|
+
* Creates broker authentication configuration object
|
|
16
|
+
*/
|
|
17
|
+
private createBrokerAuth;
|
|
18
|
+
/**
|
|
19
|
+
* Displays success message after login
|
|
20
|
+
*/
|
|
21
|
+
private displaySuccessMessage;
|
|
22
|
+
/**
|
|
23
|
+
* Encodes username and password to base64 for basic authentication
|
|
24
|
+
*/
|
|
25
|
+
private encodeBasicAuth;
|
|
26
|
+
/**
|
|
27
|
+
* Checks if broker exists and handles overwrite confirmation
|
|
28
|
+
*/
|
|
29
|
+
private handleExistingBroker;
|
|
30
|
+
/**
|
|
31
|
+
* Handles errors during login process
|
|
32
|
+
*/
|
|
33
|
+
private handleLoginError;
|
|
34
|
+
/**
|
|
35
|
+
* Obtains credentials from environment variables or user prompts
|
|
36
|
+
*/
|
|
37
|
+
private obtainCredentials;
|
|
38
|
+
/**
|
|
39
|
+
* Prompts user for confirmation with Y/n (default Yes)
|
|
40
|
+
*/
|
|
41
|
+
private promptForConfirmation;
|
|
42
|
+
/**
|
|
43
|
+
* Prompts user for password with hidden input
|
|
44
|
+
*/
|
|
45
|
+
private promptForPassword;
|
|
46
|
+
/**
|
|
47
|
+
* Prompts user for username
|
|
48
|
+
*/
|
|
49
|
+
private promptForUsername;
|
|
50
|
+
/**
|
|
51
|
+
* Validates command inputs
|
|
52
|
+
*/
|
|
53
|
+
private validateInputs;
|
|
54
|
+
}
|