@applitools/visual-grid-cli-utils
v1.21.45
Published
CLI that yada yada ydad
Maintainers
Readme
visual-grid-cli-utils
CLI that yada yada ydad
Installing
- This package is meant to be used as a CLI, so should be installed with
-g.
npm install -g @applitools/visual-grid-cli-utilsUsing it
- To get all the options, do
visual-grid-cli-utils --help
view-rendering <render-id> --raw
- Instead of printing the view-rendering URL,
--rawfetches a time-limited signed URL to the render's raw (unparsed) root-DOM CDT and prints it together with its expiration. - It calls the rendering-api-app
/renderendpoint with therawCdtOnlyoption; the server enforces ownership (you must own the render, or be an admin). - Only renders created on or after 2026-06-26 are supported — the raw root-DOM CDT path
(
rdvsMetadata.rootDomRawResourcePath) started being recorded with AD-14694. The feature is not supported for renders created before then; the command prints a404hint explaining this.
vg-cli view-rendering <render-id> --raw
# Raw root-DOM CDT URL:
# https://storage.googleapis.com/rg-raw-.../<accountId>/<resourceId>?X-Goog-Signature=...
# Expires at: 2026-06-28T12:00:00.000Z (TTL 900s)