Jump to content

Woodford CLI

From Resco's Wiki
Revision as of 13:42, 12 July 2022 by Jzambor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can control certain functions of Woodford, such as publishing projects, from the command line.

Prerequisites

Available functions

  • list project/roles
  • create/import/export projects
  • validate/publish projects

Installation

To install CLI globally, run the following command:

npm install -g @resconet/woodford-cli

To uninstall CLI, run the following command.

npm uninstall -g @resconet/woodford-cli

Usage

Once installed, you can use the command-line interface by typing wf-cli at the command line.

wf-cli

The supported command-line parameters are described in the npmjs package readme document.