sfdx plugin for creating a package.xml
npm install sfdx-buildsfdx-build
==========
sfdx plugin for creating a package.xml






1. Install the SDFX CLI.
2. Clone the repository: git clone git@github.com:abdokhaire/sfdx-build.git
3. Install npm modules: npm install
4. Link the plugin: sfdx plugins:link .
1. Install plugin: sfdx plugins:install sfdx-build
* [sfdx build:fetch:xml [-f] [-c ](#sfdx-buildfetchxml--f--c-string--q-string--x--v-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
sfdx build:fetch:xml [-f] [-c ] [-q ] [-x] [-v ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] generate a complete package xml form the specified org
``
USAGE
$ sfdx build:fetch:xml [-f] [-c
[--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
OPTIONS
-c, --config=config path to config file
-f, --force force boolean flag
-q, --quickfilter=quickfilter csv separated list of metadata type,
member or file names to filter on
-u, --targetusername=targetusername username or alias for the target
org; overrides default target org
-v, --targetdevhubusername=targetdevhubusername username or alias for the dev hub
org; overrides default dev hub org
-x, --excludemanaged exclude managed packages from output
--apiversion=apiversion override the api version used for
api requests made by this command
--json format output as json
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
this command invocation
EXAMPLE
$ sfdx build:fetch:xml --targetusername myOrg@example.com
``
_See code: src/commands/build/fetch/xml.ts_