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
Parameter | Type | Description |
---|---|---|
assetBaseDir | string | The baseDir from the cli config file. This should be the asset bundle root directory. |
Returns
Promise
<void
>