Native Platform
Warning
Deprecated since 0.9.0. Planned removal at 0.10.0. Use ‘engines’ and ‘runners’ instead.
Running a Viash component on a native platform means that the script will be executed in your current environment. Any dependencies are assumed to have been installed by the user, so the native platform is meant for developers (who know what they’re doing) or for simple bash scripts (which have no extra dependencies).
Example:
platforms:
- type: native
id
Type: String
Default: native
As with all platforms, you can give a platform a different name. By specifying id: foo
, you can target this platform (only) by specifying -p foo
in any of the Viash commands.
Example:
id: foo
type
Type: String
Specifies the type of the platform.