What is Jutro Platform CLI?
The Jutro Platform Command Line Interface (Jutro Platform CLI) is a unified plugin based tool to manage your Jutro apps. With just one tool, you can control multiple parts of your Jutro app from the command line. The Jutro Platform CLI offers commands such as generate
and validate
, which you can run directly from the CLI itself or from the embedded version installed in any Jutro app.
To get started with the standalone version of the Jutro Platform CLI, you need to install it locally. See Setup for details.
Once installed, you can check the current Jutro Platform CLI version and its available commands using the help
flag. To do that, type: jutro --help
, or jutro -h
in your preferred shell terminal. The following information is shown to you in the shell:
The CLI tool for the Jutro Platform
VERSION
@jutro/cli-platform/0.17.1 darwin-x64 node-v16.14.2
USAGE
$ jutro [COMMAND]
TOPICS
generate Generates i18n translations, components and product metadata for your Jutro app
validate Validates your Jutro app to ensure that it follows Guidewire standards
If you only want to check the installed version of the Jutro Platform CLI, you can type jutro --version
or jutro -v
in your shell terminal.
For more details about how to use each command and its subcommands, see CLI Reference.
Was this page helpful?