Skip to content

Commit 977fb02

Browse files
chore: keeping up to date
1 parent 2a3ff52 commit 977fb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/agent/validate/authoring-bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class AgentValidateAuthoringBundle extends SfCommand<AgentValidat
2222
public static readonly summary = messages.getMessage('summary');
2323
public static readonly description = messages.getMessage('description');
2424
public static readonly examples = messages.getMessages('examples');
25-
25+
public static readonly requiresProject = true;
2626
public static readonly flags = {
2727
'target-org': Flags.requiredOrg(),
2828
'api-version': Flags.orgApiVersion(),

0 commit comments

Comments
 (0)