bundles
Bundles put together one or more components and acts like a micro-app with a specific and well-defined business value.
Getwebstack offers a list of prebuild bundles which can implement parts of your app. A complete list of bundles can be found here.
Bundle add
Add a prebuilt bundle to the project
gws bundle clone BUNDLE_HANDLE
Create your bundle
Init bundle folder
gws bundle init [flags]
Flags:
--name The name of the bundle. Must be unique in your organization.
Link with components
gws bundle link [flags]
Flags:
--component The component that you want to link.
--name The name of the bundle.
Publish bundle version
gws bundle deploy [flags]
Flags:
--version The current version of the bundle.
--name The name of the bundle.
Logs
Get logs from all the components included in the bundle.
gws bundle logs BUNDLE_NAME