Assuming BundleWorks was installed properly, you can type bw help to display a list of BundleWorks commands.
To display help for a particular command, type bw help COMMAND. For example:
$ bw help deploy deploy: Deploys a bundle to an environment. usage: bw deploy BUNDLE_PATH ENV_PATH [NAME] BUNDLE_PATH points to the bundle to be deployed. ENV_PATH points to the destination environment. NAME is an optional name for the deployment. If not specified, the bundle name will be used.