mtlx upload
mtlx upload
Upload a .mtlx.zip (or .mtlx) file as a new material
Usage
mtlx upload <file> --name <name> [--keywords <keywords>] [--user <user>] [--visibility <visibility>] [--license <license>] [--description <description>] [--metadata <metadata>]
| Argument | Type | Required | Description |
|---|---|---|---|
file | string | Yes | Path to a .mtlx.zip (or .mtlx) file |
| Flag | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Material name |
--keywords | string | No | Keywords |
--user | string | No | User name |
--visibility | string | No | Material visibility; Choices: PRIVATE, UNLISTED, PUBLIC |
--license | string | No | Share license; Choices: NONE, CC_0, CC_BY, CC_BY_SA, CC_BY_NC, CC_BY_NC_SA, CC_BY_ND, CC_BY_NC_ND |
--description | string | No | Description |
--metadata | string | No | Metadata as a string (max 10240 characters) |