Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Nov 1, 2023
1 parent 2fd4829 commit bc32540
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ node_modules
oclif.manifest.json

oclif.lock

oclif.lock

oclif.lock
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"/messages",
"/oclif.manifest.json",
"/schemas",
"/oclif.lock",
"/oclif.lock"
],
"homepage": "https://github.com/salesforcecli/plugin-settings",
Expand Down
3 changes: 1 addition & 2 deletions src/commands/config/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { fileURLToPath } from 'node:url';
import { dirname } from 'node:path';
import { parseVarArgs, Flags, loglevel, Ux, SfCommand } from '@salesforce/sf-plugins-core';
import { Config, Messages, Org, SfError, OrgConfigProperties } from '@salesforce/core';
import { HelpSection } from '@oclif/core';
import { CONFIG_HELP_SECTION, Msg, buildFailureMsg, calculateSuggestion, output } from '../../config.js';

Messages.importMessagesDirectory(dirname(fileURLToPath(import.meta.url)));
Expand All @@ -32,7 +31,7 @@ export class Set extends SfCommand<SetOrUnsetConfigCommandResult> {
}),
};

public static configurationVariablesSection: HelpSection = CONFIG_HELP_SECTION;
public static configurationVariablesSection = CONFIG_HELP_SECTION;

public async run(): Promise<SetOrUnsetConfigCommandResult> {
const { args, argv, flags } = await this.parse(Set);
Expand Down
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Copyright (c) 2022, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

export default {};

0 comments on commit bc32540

Please sign in to comment.