Generate Files
The Specify CLI can be configured by default with a configuration file named .specifyrc.json
. You can also override these settings from command line parameters.
The configuration file lets you describe your transformation pipelines (aka Parser Rule) following the Parser Engine API to generate your output. The configuration file 101 guide provides full documentation of the configuration file API.
Example: Export All Tokens and Assets In JSON
my-custom-config.json
Last updated