wasme init
wasme init
Initialize a project directory for a new Envoy WASM Filter.
Synopsis
The provided –language flag will determine the programming language used for the new filter. The default is C++.
The provided –platform flag will determine the target platform used for the new filter. This is important to ensure compatibility between the filter and the
If –language, –platform, or –platform-version are not provided, the CLI will present an interactive prompt. Disable the prompt with –disable-prompt
wasme init DEST_DIRECTORY [--language=FILTER_LANGUAGE] [--platform=TARGET_PLATFORM] [--platform-version=TARGET_PLATFORM_VERSION] [flags]
Options
--disable-prompt Disable the interactive prompt if a required parameter is not passed. If set to true and one of the required flags is not provided, wasme CLI will return an error.
-h, --help help for init
--language string The programming language with which to create the filter. Supported languages are: [cpp rust assemblyscript tinygo]
--platform string The name of the target platform against which to build. Supported platforms are: [gloo istio]
--platform-version string The version of the target platform against which to build. Supported Istio versions are: [1.5.x 1.6.x 1.7.x 1.8.x 1.9.x]. Supported Gloo versions are: [1.3.x 1.5.x 1.6.x]
Options inherited from parent commands
-v, --verbose verbose output
SEE ALSO
- wasme - The tool for building, pushing, and deploying Envoy WebAssembly Filters