Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IOTA Wiki CLI

A command line utility to manage Wiki content and preview content locally.

Requirements

Install

yarn add @iota-wiki/cli

Use

To display available commands, run the following command:

yarn iota-wiki --help

Release

  1. Ensure git commit signing is properly setup.
  2. Change the package version according semantic versioning.
  3. Commit the version bump with git commit -m "Bump version to [VERSION]".
  4. Tag the commit with git tag -a cli-[VERSION] -m "[VERSION]".
  5. Push the commit including the tag with git push --follow-tags.
  6. Create a GitHub release using the tag above.