Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Updating the CLI command documentation

Mike Straw edited this page Sep 23, 2022 · 2 revisions

The dump-commands command will dump out a Markdown version of all commands, with the description, help text, and argument descriptions. Whenever a change is made, the command should be run and the new file committed to the Wiki. Here are the steps:

  • Clone the repository for the Wiki: git clone git@github.com:Automattic/team51-cli.wiki.git
  • cd into the cloned Wiki (If you cloned it previously, run git pull to pull down the latest version)
  • Run this command to update the team51-commands.md file: team51 dump-commands --save
  • Commit and push the update.

For more details on how updating the Wiki locally works, check this Github documentation.

Clone this wiki locally