Skip to content

Commit 7f13adc

Browse files
chore: mark commad as beta
1 parent 9558970 commit 7f13adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default class AgentGenerateAuthoringBundle extends SfCommand<AgentGenerat
3636
public static readonly description = messages.getMessage('description');
3737
public static readonly examples = messages.getMessages('examples');
3838
public static readonly requiresProject = true;
39+
public static state = 'beta';
3940

4041
public static readonly flags = {
4142
'target-org': Flags.requiredOrg(),

0 commit comments

Comments
 (0)