Package Exports
- viswiz
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (viswiz) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
VisWiz.io CLI
The official VisWiz.io CLI.
Welcome to the VisWiz.io CLI documentation.
The CLI allows you to query and create new projects, builds or images within the VisWiz.io service.
Installation
Install the module using yarn:
$ yarn add -D viswizOr using npm:
$ npm install -D viswizAlternatively, you can download a prepackaged binary for your OS from the Releases page.
Configuration
The following environment keys are used when their corresponding flags are missing:
VISWIZ_API_KEY- for theapi-keyflagVISWIZ_PROJECT_ID- for theprojectflag
CI environment variables for popular CI services
are also used for the branch, message and revision flags.
Usage
On popular CI services, assuming
VISWIZ_API_KEY and VISWIZ_PROJECT_ID values are configured in the CI environment:
$ viswiz build --image-dir ./path/to/images/directoryCommands
build
$ viswiz build --help
Usage: viswiz build [options]
Creates a new build on VisWiz.io and sends images for regression testing.
Options:
-i, --image-dir <path> The path to a directory (scanned recursively) with images used for the build.
-b, --branch [branch name] The branch name for the build. Auto-detected on popular CIs.
-m, --message [commit message] The commit message for the build. Auto-detected on popular CIs.
-r, --revision [rev] The revision for the build. Auto-detected on popular CIs.
-c, --concurrency [number] Determines how many images are uploaded in parallel (defaults to 4).
-w, --wait-for-result [timeout] Whether to wait for the result of the build comparison (disabled by default). Waits for a maximum number of seconds (defaults to 600).
-h, --help output usage informationbuild-result
$ viswiz build-result --help
Usage: viswiz build-result [options]
Gets or waits for a build result
Options:
-b, --build [buildID] The build ID to get results for. If not sent, then the most recent build for the project is used.
-w, --wait-for-result [timeout] Whether to wait for the result of the build comparison (disabled by default). Waits for a maximum number of seconds (defaults to 600).
-h, --help output usage information--help
$ viswiz --help
Usage: viswiz [options] [command]
Options:
-V, --version output the version number
-k, --api-key [apiKey] The API key of a VisWiz account to use. Defaults to VISWIZ_API_KEY env.
-p, --project [projectID] The ID of a VisWiz project to use. Defaults to VISWIZ_PROJECT_ID env.
-h, --help output usage information
Commands:
build [options] Creates a new build on VisWiz.io and sends images for regression testing.
Changelog
The changelog can be found here: CHANGELOG.md.
Authors and license
Author: VisWiz.io.
MIT License, see the included LICENSE.md file.