UNPKG

1.28 kBJSONView Raw
1{
2 "commandDescription": "report sandbox org creation status and authenticate to org",
3 "commandLongDescription": "Reports sandbox org creation status. If the org is ready, authenticates to the org.",
4 "commandHelp": "Use this command to check the status of your sandbox org creation and, if the org is ready, authenticate to the org.\nTo specify the number of minutes that the command will wait for the sandbox org creation to complete before returning control of the terminal to you, include a -w | --wait value.\n\nExamples:\n $ sfdx force:org:status -n YourSandboxName -w 10",
5 "sandboxnameFlagDescription": "name of the sandbox org to check status for",
6 "sandboxnameFlagLongDescription": "The name of the sandbox org whose creation status you want to check.",
7 "waitFlagDescription": "number of minutes to wait while polling for status",
8 "waitFlagLongDescription": "The number of minutes to wait for the org to be ready while polling for its creation status.",
9 "setdefaultusernameFlagDescription": "set the created org as the default username",
10 "setdefaultusernameFlagLongDescription": "Sets the created org as the default username.",
11 "setaliasFlagDescription": "alias for the created org",
12 "setaliasFlagLongDescription": "An alias for the created org."
13}
\No newline at end of file