Skip to content

Commit fea16ec

Browse files
authored
fix: alias -f for --force in apify push (#940)
1 parent 0815b8f commit fea16ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/actors/push.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class ActorsPushCommand extends ApifyCommand<typeof ActorsPushCommand> {
7171
required: false,
7272
}),
7373
force: Flags.boolean({
74+
char: 'f',
7475
description: 'Push an Actor even when the local files are older than the Actor on the platform.',
7576
default: false,
7677
required: false,

0 commit comments

Comments
 (0)