@salesforce/plugin-org
Version:
Commands to interact with Salesforce orgs
11 lines (10 loc) • 446 B
TypeScript
/**
* Almost like the use case for the normal optional org flag,
* but delete commands need to handle the situation where connecting to the org fails because it's expired.
*
* Returns the username so you can construct your own org.
*/
export declare const orgThatMightBeDeleted: import("@oclif/core/interfaces").FlagDefinition<string, import("@oclif/core/interfaces").CustomOptions, {
multiple: false;
requiredOrDefaulted: true;
}>;