Skip to content

Commit

Permalink
feat: the .sfdx-jayree.json config has been deprecated - use sfdx-pro…
Browse files Browse the repository at this point in the history
…ject.json instead
  • Loading branch information
jayree committed Jul 30, 2023
1 parent 1291305 commit edc9799
Show file tree
Hide file tree
Showing 29 changed files with 272 additions and 111 deletions.
1 change: 0 additions & 1 deletion lib/commands/jayree/org/configure/country.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { SfCommand } from '@salesforce/sf-plugins-core';
export default class UpdateCountry extends SfCommand<void> {
static readonly summary: string;
static readonly description: string;
static readonly flags: {
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'api-version': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
Expand Down
7 changes: 4 additions & 3 deletions lib/commands/jayree/org/configure/country.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commands/jayree/org/configure/country.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/commands/jayree/org/configure/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { SfCommand } from '@salesforce/sf-plugins-core';
import { AnyJson } from '@salesforce/ts-types';
export default class ConfigureOrg extends SfCommand<AnyJson> {
static readonly summary: string;
static readonly description: string;
static readonly examples: string[];
static readonly flags: {
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
Expand Down
9 changes: 5 additions & 4 deletions lib/commands/jayree/org/configure/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit edc9799

Please sign in to comment.