diff --git a/src/commands/actors/push.ts b/src/commands/actors/push.ts index f0c2fc781..298c437e3 100644 --- a/src/commands/actors/push.ts +++ b/src/commands/actors/push.ts @@ -71,6 +71,7 @@ export class ActorsPushCommand extends ApifyCommand { required: false, }), force: Flags.boolean({ + char: 'f', description: 'Push an Actor even when the local files are older than the Actor on the platform.', default: false, required: false,