Skip to main content

teraslice-cli / helpers/readme

helpers/readme

Functions

updateReadmeOpList()

updateReadmeOpList(assetBaseDir): Promise<void>

Defined in: teraslice-cli/src/helpers/readme.ts:11

Add all APIS and Operations to the root asset bundle README.md file.

Parameters

ParameterTypeDescription
assetBaseDirstringThe baseDir from the cli config file. This should be the asset bundle root directory.

Returns

Promise<void>