sfdx force:source:manifest:create
Create a project manifest that lists the metadata components you want to deploy or retrieve
Options
Name | Description |
---|---|
--json | Format output as json |
--loglevel <loglevel> | Logging level for this command invocation |
--apiversion <apiversion> | Override the api version used for api requests made by this command |
-m, --metadata <metadata> | Comma-separated list of names of metadata components to include in the manifest |
-p, --sourcepath <sourcepath> | Comma-separated list of paths to the local source files to include in the manifest |
-n, --manifestname <manifestname> | Name of a custom manifest file to create |
-t, --manifesttype <manifesttype> | Type of manifest to create; the type determines the name of the created file |
-o, --outputdir <outputdir> | Directory to save the created manifest |