2.0.0-beta.5 • Published 2 years ago
@iota-community/iota-wiki-cli v2.0.0-beta.5
iota-wiki-cli
This utility requires yarn
and git
to be installed.
Configure the utility with a config.json
. See a example here
.
Release
- Ensure commit signing is properly setup.
- Run
npm version minor
,npm version major
, etc. depending on what's applicable. - Push changes including the newly created tag.
- Create GitHub release using the commit above.
TOC
Usage
$ npm install -g @iota-community/iota-wiki-cli
$ iota-wiki-cli COMMAND
running command...
$ iota-wiki-cli (-v|--version|version)
@iota-community/iota-wiki-cli/1.7.1 linux-x64 node-v16.13.1
$ iota-wiki-cli --help [COMMAND]
USAGE
$ iota-wiki-cli COMMAND
...
Commands
iota-wiki-cli checkout
iota-wiki-cli clean
iota-wiki-cli help [COMMAND]
iota-wiki-cli setup
iota-wiki-cli start
iota-wiki-cli checkout
checkout content repositories
USAGE
$ iota-wiki-cli checkout
OPTIONS
-h, --help show CLI help
-o, --[no-]overwrite Disable/Enable overwriting of static content
EXAMPLE
$ iota-wiki-cli checkout
iota-wiki-cli clean
completely removes local wiki
USAGE
$ iota-wiki-cli clean
OPTIONS
-h, --help show CLI help
iota-wiki-cli help [COMMAND]
display help for iota-wiki-cli
USAGE
$ iota-wiki-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
iota-wiki-cli setup
setup local wiki
USAGE
$ iota-wiki-cli setup
OPTIONS
-h, --help show CLI help
-r, --ref=ref wiki revison to checkout
EXAMPLE
$ iota-wiki-cli setup --ref main
iota-wiki-cli start
start local wiki
USAGE
$ iota-wiki-cli start
OPTIONS
-h, --help show CLI help
--dry-run Test build the wiki with the current edited content
2.0.0-beta.2
2 years ago
2.0.0-beta.1
2 years ago
2.0.0-beta.0
2 years ago
2.0.0-beta.5
2 years ago
2.0.0-beta.4
2 years ago
2.0.0-beta.3
2 years ago
1.7.1
3 years ago
1.7.0
3 years ago