@antora/cli
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
{ | ||
"name": "@antora/cli", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"description": "The command line interface for Antora.", | ||
@@ -21,4 +21,4 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/logger": "3.0.0-beta.4", | ||
"@antora/playbook-builder": "3.0.0-beta.4", | ||
"@antora/logger": "3.0.0-beta.5", | ||
"@antora/playbook-builder": "3.0.0-beta.5", | ||
"@antora/user-require-helper": "~2.0", | ||
@@ -28,7 +28,6 @@ "commander": "~8.3" | ||
"devDependencies": { | ||
"@antora/site-publisher": "3.0.0-beta.4", | ||
"@antora/site-publisher": "3.0.0-beta.5", | ||
"@asciidoctor/core": "~2.2", | ||
"convict": "~6.2", | ||
"kapok-js": "~0.10", | ||
"node-git-server": "~0.6" | ||
"kapok-js": "~0.10" | ||
}, | ||
@@ -50,4 +49,3 @@ "engines": { | ||
], | ||
"gitHead": "8a142499e9f1a9e0631777796e06dd6c010d3a90", | ||
"readmeFilename": "README.md" | ||
"gitHead": "a13d03df41654d4deb78211a5a54953ce2a35fb8" | ||
} |
# Antora CLI | ||
The command line interface (CLI) for Antora. | ||
This package provides the `antora` command (i.e., bin script) to run Antora. | ||
It does not include the site generator, which must be installed separately. | ||
@@ -16,3 +18,3 @@ [Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents. | ||
```sh | ||
npm install -g @antora/cli | ||
npm i -g @antora/cli | ||
``` | ||
@@ -31,3 +33,3 @@ | ||
```sh | ||
npm install -g @antora/site-generator | ||
npm i -g @antora/site-generator | ||
``` | ||
@@ -42,3 +44,3 @@ | ||
Once you have your content sources set up, just point the `antora` command at your playbook file: | ||
Once you have your content sources set up, point the `antora` command at your playbook file: | ||
@@ -45,0 +47,0 @@ ```sh |
28756
4
55
+ Added@antora/logger@3.0.0-beta.5(transitive)
+ Added@antora/playbook-builder@3.0.0-beta.5(transitive)
+ Addedpino@7.5.1(transitive)
+ Addedsonic-boom@2.4.2(transitive)
- Removed@antora/logger@3.0.0-beta.4(transitive)
- Removed@antora/playbook-builder@3.0.0-beta.4(transitive)
- Removedpino@7.4.1(transitive)
- Removedsonic-boom@2.3.2(transitive)
Updated@antora/logger@3.0.0-beta.5