Skip to content

Commit 63e9ba2

Browse files
committed
docs(verbose): updated job and env docs
1 parent fb2a27a commit 63e9ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Created when running `sasjs auth` against a Viya target. The CLI will use this
2828

2929
Verbose mode will log a summary of every HTTP request/response to the console - this is helpful in troubleshooting edge cases and unusual server responses.
3030

31-
`VERBOSE=ON` (case insensitive) will enable the debug mode. Everything else (eg `VERBOSE=OFF`) will disable it. The option is disabled by default.
31+
`VERBOSE=ON` (case insensitive) will enable the debug mode. To remove extra colors from logged message, set `VERBOSE=BLEACHED` (case insensitive). Everything else (eg `VERBOSE=OFF`) will disable it. The option is disabled by default.
3232

3333
Verbose mode will also be enabled if `LOG_LEVEL` is set to `Trace` (case insensitive) in the `.env*` file.
3434

docs/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Additional arguments may include:
3131
- `--output` (alias `-o`) - path where output of the finished job execution will be saved.
3232
- `--source` (alieas `-s`) - Provide the path to an input JSON containing job variables, structured as follows: `{"macroVars":{"varname":"value","var2":"val2"}}`
3333
- `--target` (alias `-t`) - the target environment in which to deploy the services. If not specified, default target will be used, mentioned in `sasjsconfig.json`. The target can exist either in the local project configuration or in the global `.sasjsrc` file.
34-
- `--verbose` (alias `-v`) - if present, CLI will log summary of every HTTP request/response.
34+
- `--verbose` (alias `-v`) - if present, CLI will log summary of every HTTP request/response. If set to 'bleached', CLI will log summary of every HTTP response without extra colors.
3535

3636
The following flags are only relevant for serverType VIYA:
3737

0 commit comments

Comments
 (0)