diff --git a/src/commands/run/function/start/container.ts b/src/commands/run/function/start/container.ts index 4fc4553f..a117d184 100644 --- a/src/commands/run/function/start/container.ts +++ b/src/commands/run/function/start/container.ts @@ -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);