Skip to content

Commit 5b60435

Browse files
authored
Tserv 2229 update readme file (#143)
* tserv-2229 update readme, remove info about fixed and floating licenses * tserv-2229 update readme, remove info about fixed and floating licenses * tserv-2229 bump version
1 parent 5faa85e commit 5b60435

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -220,21 +220,6 @@ An administrator can install or uninstall licenses using the TestEngine CLI.
220220
To check the current license expiry and size, use the license info command.
221221
`testengine license info`
222222

223-
### Install a fixed license
224-
To install a fixed license, specify `type=fixed`, the user information and the path to either a .key file or a .zip
225-
file with licenses in it (as received from SmartBear).
226-
227-
`testengine license install type=fixed firstName=Joe lastName=Tester email=joe.tester@example.com /home/joe/Downloads/licenses.zip`
228-
229-
**Note:** When you install a new license, any existing old license is overwritten without deactivation. It is generally
230-
a good idea to first uninstall it.
231-
232-
### Install a floating license
233-
To install a fixed license, specify `type=floating`, and the location of the floating license server (typically an IP
234-
and port 443)
235-
236-
`testengine license install type=floating <ip-address|hostname>:443`
237-
238223
### Install an SLM license
239224
To install an SLM license, specify `type=slm`, and then options:
240225
- `accessKey` for SmartBear hosted license. There is no need to provide `licenseServer` for SmartBear hosted licenses.
@@ -245,13 +230,11 @@ on-premise 40892.
245230

246231
`testengine license install type=slm accessKey=c5c4f014-4745-44a8-bfab-c0df7c66c5a7 licenseServer=https://mySlmServer:40892`
247232

248-
### Uninstall a license (floating, fixed or SLM)
233+
### Uninstall a license
249234
To uninstall, you use the uninstall command.
250235

251236
`testengine license uninstall`
252237

253-
A fixed license will be deactivated and a floating license will be checked back in to the floating license server.
254-
255238
### Create a diagnostics report
256239
A diagnostics report is a zip-archive containing information about a running testengine instance that a testengine dev
257240
needs when troubleshooting testengine. This diagnostics report can be created with the following command.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testengine-cli",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "CLI for SmartBear ReadyAPI TestEngine",
55
"scripts": {
66
"testengine": "bin/testengine.js",

0 commit comments

Comments
 (0)