We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-f
--force
apify push
1 parent 0815b8f commit fea16ecCopy full SHA for fea16ec
src/commands/actors/push.ts
@@ -71,6 +71,7 @@ export class ActorsPushCommand extends ApifyCommand<typeof ActorsPushCommand> {
71
required: false,
72
}),
73
force: Flags.boolean({
74
+ char: 'f',
75
description: 'Push an Actor even when the local files are older than the Actor on the platform.',
76
default: false,
77
0 commit comments