sked artifacts web-extension
Manage the retrieval and deployment of web extensions.
Overview
Manage the retrieval and deployment of web extensions.
$ sked artifact web-extension <command>
Commands
Command |
Description |
Create |
Create a web extension from a state file and bundle folder. [deprecated, use upsert instead] |
Delete |
Delete a web extension |
Update |
Update a web extension from a state file [deprecated, use upsert instead] |
Upsert |
Create or Update a web extension from a state file and bundle folder. |
Create
Description
Create a web extension from a state file and bundle folder.
Usage
$ sked artifacts web-extension create -f <value> [--json] [-a <value>] [-w <value>] [--name <value>]
Flags
Flag |
Description |
Required |
-f, --filename= |
The state file. |
Yes |
-a, --alias=<value> |
The alias to use to authenticate. |
No |
-w, --wait=<value> |
[default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. |
No |
--name=<value> |
The name of the web extension. |
No |
Global flags
Flag |
Description |
Required |
--json |
Format output as json. |
No |
Delete
Description
Delete a web extension.
Usage
$ sked artifacts web-extension delete [--json] [-a <value>] [-w <value>] [--name <value>]
Flags
Flag |
Description |
Required |
--name=<value> |
The name of the web extension. |
Yes |
-a, --alias=<value> |
The alias to use to authenticate. |
No |
-w, --wait=<value> |
[default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. |
No |
Global flags
Flag |
Description |
Required |
--json |
Format output as json. |
No |
Update
Description
Update a web extension from a state file and bundle folder. [deprecated, use upsert instead]
Usage
$ sked artifacts web-extension update -f <value> [--json] [-a <value>] [-w <value>] [--name <value>]
Flags
Flag |
Description |
Required |
-f, --filename=<value> |
The state file. |
Yes |
-a, --alias=<value> |
The alias to use to authenticate. |
No |
-w, --wait=<value> |
[default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. |
No |
--name=<value> |
The name of the web extension. |
No |
Global flags
Flag |
Description |
Required |
--json |
Format output as json. |
No |
Upsert
Description
Create or Update a web extension from a state file and bundle folder.
Usage
$ sked artifacts web-extension upsert -f <value> [--json] [-a <value>] [-w <value>] [--name <value>]
Flags
Flag |
Description |
Required |
-f, --filename=<value> |
The state file. |
Yes |
-a, --alias=<value> |
The alias to use to authenticate. |
No |
-w, --wait=<value> |
[default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. |
No |
--name=<value> |
The name of the web extension. |
No |
Global flags
Flag |
Description |
Required |
--json |
Format output as json. |
No |
Feedback
Was this page helpful?