Commit 811d9ed
authored
Fix force deploy commands (#1560)
## Changes
Before we were using only `--force-lock` command, but right now CLI
throws many warnings that require `--force` flag:
- If you want to ignore file size limits
- If you want to ignore modified dashboards
- If you want to ignore this-is-not-the-main-branch warning
<!-- Summary of your changes that are easy to understand -->
## Tests
Manually plus existing tests1 parent d9029b3 commit 811d9ed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
| 611 | + | |
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| |||
0 commit comments