Manifest
Protocol utility class.
Static Functions
Name | Description |
---|---|
load |
Deprecated. |
loadAssemblyManifest |
Load and validates the cloud assembly manifest from file. |
save |
Deprecated. |
saveAssemblyManifest |
Validates and saves the cloud assembly manifest to file. |
version |
Fetch the current schema version number. |
~~load
~~
import { Manifest } from '@alicloud/ros-cdk-assembly-schema'
Manifest.load(filePath: string)
Deprecated.
- Type: string
loadAssemblyManifest
import { Manifest } from '@alicloud/ros-cdk-assembly-schema'
Manifest.loadAssemblyManifest(filePath: string)
Load and validates the cloud assembly manifest from file.
- Type: string
path to the manifest file.
~~save
~~
import { Manifest } from '@alicloud/ros-cdk-assembly-schema'
Manifest.save(manifest: AssemblyManifest, filePath: string)
Deprecated.
- Type: AssemblyManifest
- Type: string
saveAssemblyManifest
import { Manifest } from '@alicloud/ros-cdk-assembly-schema'
Manifest.saveAssemblyManifest(manifest: AssemblyManifest, filePath: string)
Validates and saves the cloud assembly manifest to file.
- Type: AssemblyManifest
manifest.
- Type: string
output file path.
version
import { Manifest } from '@alicloud/ros-cdk-assembly-schema'
Manifest.version()
Fetch the current schema version number.