muletrain
v0.0.9-alpha.5
Published
Hybrid deploys
Readme
muletrain
Deploys
Install
npm install muletrain
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
checkForUpdates()
checkForUpdates() => Promise<{ version: string; }>Returns: Promise<{ version: string; }>
download(...)
download(options: { version: string; }) => Promise<{ version: string; }>| Param | Type |
| ------------- | --------------------------------- |
| options | { version: string; } |
Returns: Promise<{ version: string; }>
setLiveVersion(...)
setLiveVersion(options: { version: string; }) => Promise<void>| Param | Type |
| ------------- | --------------------------------- |
| options | { version: string; } |
getLiveVersion()
getLiveVersion() => Promise<{ version: string; }>Returns: Promise<{ version: string; }>
