template generate static-resource

Generate a static resource.

Generates the metadata resource file in the specified directory or the current working directory. Static resource files must be contained in a parent directory called “staticresources” in your package directory. Either run this command from an existing directory of this name, or use the –output-dir flag to create one or point to an existing one.

force:staticresource:create

static-resource:generate

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑name‑nType: Value
Required

Name of the generated static resource.

This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores.
‑‑output‑dir‑dType: Value
Default value: .

Directory for saving the created files.

The location can be an absolute path or relative to the current working directory. The default is the current directory.
‑‑typeN/AType: Value
Default value: application/zip

Content type (mime type) of the generated static resource.

Must be a valid MIME type such as application/json, application/javascript, application/zip, text/plain, text/css, etc.

Generate the metadata file for a static resource called MyResource in the current directory:

Similar to previous example, but specifies a MIME type of application/json:

Generate the resource file in the “force-app/main/default/staticresources” directory: