Skip to content

GoFSH 1.5.0

Compare
Choose a tag to compare
@jafeltra jafeltra released this 25 Feb 22:48
· 73 commits to master since this release
1ce6e43

GoFSH 1.5.0 contains the following changes:

  • Support for providing existing aliases to use when generating FSH (#155) (details below)
  • Update SUSHI dependency to SUSHI 2.3.0

Provide a FSH file with existing aliases

Typically, GoFSH will automatically generate an aliases.fsh file based on the content and URLs it encounters during processing. Now, users can use the new --alias-file option to specify an existing FSH (.fsh) file that contains aliases. When processing the IG, GoFSH will create aliases to match those from the passed in file (where applicable), allowing for author-defined alias names.

Example usage:

gofsh /path/to/my/ig --alias-file /different/path/to/aliases.fsh

NOTE: Paths can be absolute or relative to the working directory.

Many thanks to @AymericGrassart for contributing this idea and feature!

Install or Update

To install or update to the latest version, run the following command:

$ npm install -g gofsh

To revert to a previous release, run a command like the following:

$ npm install -g gofsh@1.4.3

Additional Documentation

For additional documentation, see FSH School.