livingdocs-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/README.md +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g livingdocs-cli
|
|
|
20
20
|
$ livingdocs-cli COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ livingdocs-cli (-v|--version|version)
|
|
23
|
-
livingdocs-cli/2.1.
|
|
23
|
+
livingdocs-cli/2.1.1 linux-x64 node-v16.11.1
|
|
24
24
|
$ livingdocs-cli --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ livingdocs-cli COMMAND
|
|
@@ -54,7 +54,7 @@ OPTIONS
|
|
|
54
54
|
-s, --src=src The folder with your .html component templates
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
_See code: [src/commands/component-library/build.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
57
|
+
_See code: [src/commands/component-library/build.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/component-library/build.js)_
|
|
58
58
|
|
|
59
59
|
## `livingdocs-cli config:print`
|
|
60
60
|
|
|
@@ -69,7 +69,7 @@ OPTIONS
|
|
|
69
69
|
-p, --project=project If used configuration options are loaded from .livingdocs-cli file.
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/config/print.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
72
|
+
_See code: [src/commands/config/print.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/config/print.js)_
|
|
73
73
|
|
|
74
74
|
## `livingdocs-cli design-server:start`
|
|
75
75
|
|
|
@@ -87,7 +87,7 @@ OPTIONS
|
|
|
87
87
|
--verbose
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [src/commands/design-server/start.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
90
|
+
_See code: [src/commands/design-server/start.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/design-server/start.js)_
|
|
91
91
|
|
|
92
92
|
## `livingdocs-cli help [COMMAND]`
|
|
93
93
|
|
|
@@ -129,7 +129,7 @@ OPTIONS
|
|
|
129
129
|
--format=js|js/html|json The format of the files written.
|
|
130
130
|
```
|
|
131
131
|
|
|
132
|
-
_See code: [src/commands/project-config/download.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
132
|
+
_See code: [src/commands/project-config/download.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/download.js)_
|
|
133
133
|
|
|
134
134
|
## `livingdocs-cli project-config:drafts`
|
|
135
135
|
|
|
@@ -147,7 +147,7 @@ OPTIONS
|
|
|
147
147
|
Can be set by the environment variable 'LI_TOKEN'.
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
-
_See code: [src/commands/project-config/drafts.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
150
|
+
_See code: [src/commands/project-config/drafts.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/drafts.js)_
|
|
151
151
|
|
|
152
152
|
## `livingdocs-cli project-config:import-design`
|
|
153
153
|
|
|
@@ -164,7 +164,7 @@ OPTIONS
|
|
|
164
164
|
-u, --designUri=designUri (required) URL of the design to import
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [src/commands/project-config/import-design.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
167
|
+
_See code: [src/commands/project-config/import-design.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/import-design.js)_
|
|
168
168
|
|
|
169
169
|
## `livingdocs-cli project-config:plan`
|
|
170
170
|
|
|
@@ -187,7 +187,7 @@ OPTIONS
|
|
|
187
187
|
Can be set by the environment variable 'LI_TOKEN'.
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
-
_See code: [src/commands/project-config/plan.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
190
|
+
_See code: [src/commands/project-config/plan.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/plan.js)_
|
|
191
191
|
|
|
192
192
|
## `livingdocs-cli project-config:publish`
|
|
193
193
|
|
|
@@ -210,7 +210,7 @@ OPTIONS
|
|
|
210
210
|
Can be set by the environment variable 'LI_TOKEN'.
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [src/commands/project-config/publish.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
213
|
+
_See code: [src/commands/project-config/publish.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/publish.js)_
|
|
214
214
|
|
|
215
215
|
## `livingdocs-cli project-config:upload`
|
|
216
216
|
|
|
@@ -235,7 +235,7 @@ OPTIONS
|
|
|
235
235
|
--draftName=draftName (required) The name of the draft the config will be saved under.
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/project-config/upload.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
238
|
+
_See code: [src/commands/project-config/upload.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/upload.js)_
|
|
239
239
|
|
|
240
240
|
## `livingdocs-cli project-config:upload_assets`
|
|
241
241
|
|
|
@@ -255,5 +255,5 @@ OPTIONS
|
|
|
255
255
|
Can be set by the environment variable 'LI_TOKEN'.
|
|
256
256
|
```
|
|
257
257
|
|
|
258
|
-
_See code: [src/commands/project-config/upload_assets.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.
|
|
258
|
+
_See code: [src/commands/project-config/upload_assets.js](https://github.com/livingdocsIO/livingdocs-cli/blob/v2.1.1/src/commands/project-config/upload_assets.js)_
|
|
259
259
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.1.
|
|
1
|
+
{"version":"2.1.1","commands":{"component-library:build":{"id":"component-library:build","description":"Build a Component Library JSON file","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"src":{"name":"src","type":"option","char":"s","description":"The folder with your .html component templates"},"dist":{"name":"dist","type":"option","char":"d","description":"The folder where the output will be written."}},"args":[]},"config:print":{"id":"config:print","description":"Print current CLI configuration","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"project":{"name":"project","type":"option","char":"p","description":"If used configuration options are loaded from .livingdocs-cli file."},"env":{"name":"env","type":"option","char":"e","description":"If used configuration options are loaded from .livingdocs-cli file."}},"args":[]},"design-server:start":{"id":"design-server:start","description":"Start a design server for development","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"The port of the design-server.","default":9030},"dist":{"name":"dist","type":"option","char":"d","description":"The folder to load designs from.","required":true},"assets":{"name":"assets","type":"option","description":"Asset folder to serve static files."},"basePath":{"name":"basePath","type":"option","description":"The basePath to set in `assets.basePath`."},"verbose":{"name":"verbose","type":"boolean","allowNo":false}},"args":[]},"project-config:download":{"id":"project-config:download","description":"Download a project configuration","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"project":{"name":"project","type":"option","char":"p","description":"If used configuration options are loaded from .livingdocs-cli file."},"env":{"name":"env","type":"option","char":"e","description":"If used configuration options are loaded from .livingdocs-cli file."},"token":{"name":"token","type":"option","char":"t","description":"Access Token for your project (needs `public-api:config:read` permission).\nCan be set by the environment variable 'LI_TOKEN'.","required":true},"host":{"name":"host","type":"option","char":"h","description":"The livingdocs host.\nCan be set by the environment variable 'LI_HOST'.","required":true,"default":"http://localhost:9090"},"dist":{"name":"dist","type":"option","char":"d","description":"The folder where the output will be written."},"format":{"name":"format","type":"option","description":"The format of the files written.","options":["js","js/html","json"]}},"args":[]},"project-config:drafts":{"id":"project-config:drafts","description":"List project configuration drafts","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"Access Token for your project (needs `public-api:config:read` permission).\nCan be set by the environment variable 'LI_TOKEN'.","required":true},"host":{"name":"host","type":"option","char":"h","description":"The livingdocs host.\nCan be set by the environment variable 'LI_HOST'.","default":"http://localhost:9090"}},"args":[]},"project-config:import-design":{"id":"project-config:import-design","description":"Import a design into a given project configuration","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"project":{"name":"project","type":"option","char":"p","description":"If used configuration options are loaded from .livingdocs-cli file."},"env":{"name":"env","type":"option","char":"e","description":"If used configuration options are loaded from .livingdocs-cli file."},"dist":{"name":"dist","type":"option","char":"d","description":"The folder where the output will be written.","required":true},"designUri":{"name":"designUri","type":"option","char":"u","description":"URL of the design to import","required":true}},"args":[]},"project-config:plan":{"id":"project-config:plan","description":"See what would be updated in a publish command","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"project":{"name":"project","type":"option","char":"p","description":"If used configuration options are loaded from .livingdocs-cli file."},"env":{"name":"env","type":"option","char":"e","description":"If used configuration options are loaded from .livingdocs-cli file."},"token":{"name":"token","type":"option","char":"t","description":"Access Token for your project (needs `public-api:config:write` permission).\nCan be set by the environment variable 'LI_TOKEN'.","required":true},"host":{"name":"host","type":"option","char":"h","description":"The livingdocs host.\nCan be set by the environment variable 'LI_HOST'.","required":true,"default":"http://localhost:9090"},"dist":{"name":"dist","type":"option","char":"d","description":"The folder or filename to the channelConfig.","required":true}},"args":[]},"project-config:publish":{"id":"project-config:publish","description":"Publish a ChannelConfig to your project","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"project":{"name":"project","type":"option","char":"p","description":"If used configuration options are loaded from .livingdocs-cli file."},"env":{"name":"env","type":"option","char":"e","description":"If used configuration options are loaded from .livingdocs-cli file."},"token":{"name":"token","type":"option","char":"t","description":"Access Token for your project (needs `public-api:config:write` permission).\nCan be set by the environment variable 'LI_TOKEN'.","required":true},"host":{"name":"host","type":"option","char":"h","description":"The livingdocs host.\nCan be set by the environment variable 'LI_HOST'.","required":true,"default":"http://localhost:9090"},"dist":{"name":"dist","type":"option","char":"d","description":"The folder or filename to the channelConfig.","required":true}},"args":[]},"project-config:upload":{"id":"project-config:upload","description":"Upload a ChannelConfig into a draft for your project","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"project":{"name":"project","type":"option","char":"p","description":"If used configuration options are loaded from .livingdocs-cli file."},"env":{"name":"env","type":"option","char":"e","description":"If used configuration options are loaded from .livingdocs-cli file."},"token":{"name":"token","type":"option","char":"t","description":"Access Token for your project (needs `public-api:config:write` permission).\nCan be set by the environment variable 'LI_TOKEN'.","required":true},"host":{"name":"host","type":"option","char":"h","description":"The livingdocs host.\nCan be set by the environment variable 'LI_HOST'.","required":true,"default":"http://localhost:9090"},"dist":{"name":"dist","type":"option","char":"d","description":"The folder or filename to the channelConfig.","required":true},"draftName":{"name":"draftName","type":"option","description":"The name of the draft the config will be saved under.","required":true}},"args":[]},"project-config:upload_assets":{"id":"project-config:upload_assets","description":"Upload assets to your project","pluginName":"livingdocs-cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"Access Token for your project (needs `public-api:config:write` permission).\nCan be set by the environment variable 'LI_TOKEN'.","required":true},"host":{"name":"host","type":"option","char":"h","description":"The livingdocs host.\nCan be set by the environment variable 'LI_HOST'.","default":"http://localhost:9090"},"assets":{"name":"assets","type":"option","char":"a","description":"The folder where you asset files are located."}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "livingdocs-cli",
|
|
3
3
|
"description": "Livingdocs Command Line Utility",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"author": "Livingdocs AG",
|
|
6
6
|
"repository": "livingdocsIO/livingdocs-cli",
|
|
7
7
|
"homepage": "https://github.com/livingdocsIO/livingdocs-cli",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"chalk": "^2.4.2",
|
|
28
28
|
"cheerio": "^1.0.0-rc.3",
|
|
29
29
|
"dedent": "^0.7.0",
|
|
30
|
-
"fastify": "^
|
|
31
|
-
"fastify-cors": "^
|
|
32
|
-
"fastify-static": "^
|
|
30
|
+
"fastify": "^3.25.3",
|
|
31
|
+
"fastify-cors": "^6.0.2",
|
|
32
|
+
"fastify-static": "^4.5.0",
|
|
33
33
|
"fs-extra": "^10.0.0",
|
|
34
34
|
"globby": "^10.0.1",
|
|
35
35
|
"html-minifier": "^4.0.0",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"isCi": true,
|
|
86
86
|
"name": "Drone",
|
|
87
87
|
"service": "drone",
|
|
88
|
-
"commit": "
|
|
89
|
-
"build": "
|
|
88
|
+
"commit": "9ac896ad862a4a7f3421e3ae92f66f708dd4e677",
|
|
89
|
+
"build": "85",
|
|
90
90
|
"branch": "master",
|
|
91
91
|
"isPr": false,
|
|
92
92
|
"slug": "livingdocsIO/livingdocs-cli",
|
|
93
|
-
"date": "2022-01-
|
|
93
|
+
"date": "2022-01-03T13:02:09.008Z"
|
|
94
94
|
}
|
|
95
95
|
}
|