sfdx force:cmdt:create [file]
Creates a new custom metadata type in the current project
Arguments
Options
Name | Description |
---|
--json | Format output as json |
--loglevel <loglevel> | Logging level for this command invocation |
-n, --typename <typename> | Unique object name for the custom metadata type |
-l, --label <label> | Label for the custom metadata type |
-p, --plurallabel <plurallabel> | Plural version of the label value; if blank, uses label |
-v, --visibility <visibility> | Visibility of the custom metadata type |
-d, --outputdir <outputdir> | Directory to store the newly-created custom metadata type files |