sfdx force:cmdt:record:create
Create a new record for a given custom metadata type in the current project
Options
Name | Description |
---|---|
--json | Format output as json |
--loglevel <loglevel> | Logging level for this command invocation |
-t, --typename <typename> | API name of the custom metadata type to create a record for |
-n, --recordname <recordname> | Name for the new record |
-l, --label <label> | Label for the new record |
-p, --protected <protected> | Protect the record when it is in a managed package |
-i, --inputdir <inputdir> | Directory to pull the custom metadata type definition from |
-d, --outputdir <outputdir> | Directory to store newly-created custom metadata record files |