= feature:export-bundles == Description Export all of the bundles that make up a specified feature to a directory on the file system. == Syntax feature:export-bundles [options] featureName exportLocation == Arguments |=== |Name |Description | featureName | The name of the feature you want to export bundles for | exportLocation | Where you want to export the bundles |=== == Options |=== |Name |Description |-d, --dependencies-only |This flag indicates that only bundles marked as a dependency will be exported. |-v, --version |The version of the feature you want to export bundles for. Default is latest |--help |Display this help message |===