Skip to content

Commit

Permalink
Adds missing force flag to flow run cancel command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwaegebaert authored and Adam-it committed Nov 25, 2023
1 parent d6d34e9 commit b9c3c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/cmd/flow/run/run-cancel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ m365 flow run cancel [options]

`-e, --environmentName <environmentName>`
: The name of the environment where the flow is located

`-f, --force`
: Don't prompt for confirmation
```

<Global />
Expand Down
1 change: 1 addition & 0 deletions src/m365/flow/commands/run/run-cancel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ interface Options extends GlobalOptions {
environmentName: string;
flowName: string;
name: string;
force?: boolean;
}

class FlowRunCancelCommand extends AzmgmtCommand {
Expand Down

0 comments on commit b9c3c3f

Please sign in to comment.