@testiny/cli 1.2.4 → 1.2.6

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/README.md CHANGED
@@ -9,7 +9,7 @@ Use the Testiny CLI to import test cases and test runs into your Testiny Organiz
9
9
 
10
10
  - Create an API key with write permissions on the project you want to import to
11
11
  - Set the API key as the TESTINY_API_KEY environment variable or pass with ``--apikey``
12
- - Running just ``testiny-cli testcase`` or ``testiny-cli testrun`` command prompts for required options
12
+ - Running just ``testiny-importer testcase`` or ``testiny-importer testrun`` command prompts for required options
13
13
 
14
14
  ## General Options
15
15
 
package/licenses.txt CHANGED
@@ -129,7 +129,7 @@ SOFTWARE.
129
129
 
130
130
  ================================================================================
131
131
  Package: axios
132
- Version: 1.3.4
132
+ Version: 1.3.5
133
133
  Repository: (https://github.com/axios/axios)
134
134
 
135
135
  # Copyright (c) 2014-present Matt Zabriskie & Collaborators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testiny/cli",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "A command-line client for Testiny",
5
5
  "main": "./testiny-importer.js",
6
6
  "bin": {