sked artifacts standard-object-override

Manage the retrieval and deployment of standard object label overrides.

Overview

Manage the retrieval and deployment of a standard object’s label override: its singular and plural label (for example, renaming Jobs to Appointments). This is currently in beta and only available for Skedulo Pulse Platform tenants; see Work with objects and fields for an example.

A state file must set at least one of label or labelPlural; the one left unset keeps its derived value. Deleting the artifact clears the override and reverts the object to its derived labels; it does not delete the object itself.

$ sked artifact standard-object-override <command>

Commands

Command Description
Create Create a StandardObjectOverride from a state file [deprecated, use upsert instead]
Delete Delete a StandardObjectOverride, clearing the label override
Get Get the state of a StandardObjectOverride
List List the existing StandardObjectOverride
Update Update a StandardObjectOverride from a state file [deprecated, use upsert instead]
Upsert Create or Update a StandardObjectOverride from a state file

Create

Description

Create a StandardObjectOverride from a state file [deprecated, use upsert instead]

Usage

$ sked artifacts standard-object-override create -f <value> [--json] [-a <value>] [-w <value>] [--objectName <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
--objectName=<value> The name of the standard object. No

Global flags

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

Delete

Description

Delete a StandardObjectOverride, clearing the label override

Usage

$ sked artifacts standard-object-override delete [--json] [-a <value>] [-w <value>] [--objectName <value>]

Flags

Flag Description Required
-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
--objectName=<value> The name of the standard object. Yes

Global flags

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

Get

Description

Get the state of a StandardObjectOverride

Usage

 $ sked artifacts standard-object-override get --objectName <value> [--json] [-o <value>] [-a <value>]

Flags

Flag Description Required
-a, --alias=<value> The alias to use to authenticate. No
-o, --outputdir=<value> The output directory. No
--objectName=<value> The name of the standard object. Yes

Global flags

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

List

Description

List the existing StandardObjectOverride

Usage

$ sked artifacts standard-object-override list [--json] [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
    --no-truncate]] [--output csv|json|yaml |  | ] [--sort <value>] [-a <value>]

Flags

Flag Description Required
-a, --alias=<value> The alias to use to authenticate. No
-x, --extended Show extra columns. No
--columns=<value> Only show provided columns (comma-separated). No
--csv Output is CSV format [alias: --output=csv]. No
--filter=<value> Filter property by partial string matching, ex: objectName=foo. No
--no-header Hide table header from output. No
--no-truncate Do not truncate output to fit screen. No
--output=<option> Output in a more machine-friendly format. <options: csv|json|yaml>. No
--sort=<value> Property to sort by (prepend ‘-’ for descending). No

Global flags

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

Update

Description

Update a StandardObjectOverride from a state file [deprecated, use upsert instead]

Usage

$ sked artifacts standard-object-override update -f <value> [--json] [-a <value>] [-w <value>] [--objectName <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
--objectName=<value> The name of the standard object. No

Global flags

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

Upsert

Description

Create or Update a StandardObjectOverride from a state file

Usage

  $ sked artifacts standard-object-override upsert -f <value> [--json] [-a <value>] [-w <value>] [--objectName <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
--objectName=<value> The name of the standard object. No

Global flags

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