@stephendolan/helpscout-cli 2.1.0 → 2.1.1
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/dist/cli.js +1 -1
- package/package.json +1 -2
package/dist/cli.js
CHANGED
|
@@ -986,7 +986,7 @@ function createWorkflowsCommand() {
|
|
|
986
986
|
|
|
987
987
|
// src/cli.ts
|
|
988
988
|
var program = new Command7();
|
|
989
|
-
program.name("helpscout").description("A command-line interface for Help Scout").version("2.1.
|
|
989
|
+
program.name("helpscout").description("A command-line interface for Help Scout").version("2.1.1").option("-c, --compact", "Minified JSON output (single line)").option("-p, --plain", "Strip HTML from body fields, output plain text").option("--include-metadata", "Include _links and _embedded in responses (stripped by default)").option("-f, --fields <fields>", "Comma-separated list of fields to include in output").hook("preAction", (thisCommand) => {
|
|
990
990
|
const options = thisCommand.opts();
|
|
991
991
|
setOutputOptions({
|
|
992
992
|
compact: options.compact,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stephendolan/helpscout-cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "A command-line interface for Help Scout",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli.js",
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@napi-rs/keyring": "^1.2.0",
|
|
48
|
-
"chalk": "^5.3.0",
|
|
49
48
|
"commander": "^12.0.0",
|
|
50
49
|
"conf": "^12.0.0",
|
|
51
50
|
"dayjs": "^1.11.19",
|