sked artifacts mobile-extension

Manage the retrieval and deployment of mobile extensions.

Overview

Manage the retrieval and deployment of mobile extensions.

$ sked artifact mobile-extension <command>

Commands

Command Description
Create Create a mobile extension from a state file and bundle folder. [deprecated, use upsert instead]
Delete Delete a mobile extension
Get Get the state file and bundle folder for a mobile extension.
List List the existing mobile extensions
Update Update a mobile extension from a state file and bundle folder. [deprecated, use upsert instead]
Upsert Create or Update a mobile extension from a state file and bundle folder.

Create

Description

Create a mobile extension from a state file and bundle folder.

Usage

  $ sked artifacts mobile-extension create -f <value> [--json] [-a <value>] [-w <value>] [--defId <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
--defId=<value> The defId of the mobile extension. No

Global flags

Flag Description Required
--json Format output as json. No

Delete

Description

Delete a mobile extension.

Usage

  $ sked artifacts mobile-extension delete [--json] [-a <value>] [-w <value>] [--defId <value>]

Flags

Flag Description Required
--defId=<value> The defId of the mobile 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

Get

Description

Get the state file and bundle folder for a mobile extension

Usage

  $ sked artifacts mobile-extension get --defId <value> [--json] [-o <value>] [-a <value>]

Flags

Flag Description Required
--defId The defID of the mobile extension. Yes
-a, --alias The alias to use to authenticate. No
-o, --outputdir The output directory. No

Global flags

Flag Description Required
--json Format output as json. No

Update

Description

Update a mobile extension from a state file and bundle folder. [deprecated, use upsert instead]

Usage

  $ sked artifacts mobile-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
--defId=<value> The defId of the mobile extension. No

Global flags

Flag Description Required
--json Format output as json. No

Upsert

Description

Create or Update a mobile extension from a state file and bundle folder.

Usage

  $ sked artifacts mobile-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
--defId=<value> The defId of the mobile extension. No

Global flags

Flag Description Required
--json Format output as json. No