Skip to content

Commit

Permalink
fix: really hide container command
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored May 31, 2024
1 parent d930c7b commit 55eb478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/run/function/start/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { Command } from '@oclif/core';

export default class Container extends Command {
public static hidden = false;
public static hidden = true;
async run() {
this.log('Starting functions in container mode has been removed. Please use "sf run function start" instead.');
this.exit(1);
Expand Down

0 comments on commit 55eb478

Please sign in to comment.