-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(snapshot): do not delete snapshot when provided with the flag (#840)
* fix(snapshot): do not delete snapshot when provided with the flag https://coveord.atlassian.net/browse/CDX-1042 * lint https://coveord.atlassian.net/browse/CDX-1042 * Update packages/cli/src/commands/org/resources/pull.ts Co-authored-by: jpmarceau <[email protected]> * remove unused-ish code https://coveord.atlassian.net/browse/CDX-1042 * rm unused import https://coveord.atlassian.net/browse/CDX-1042 Co-authored-by: jpmarceau <[email protected]>
- Loading branch information
1 parent
0cae6ec
commit 4ca2807
Showing
3 changed files
with
80 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import chalk from 'chalk'; | ||
export const formatOrgId = chalk.bold.cyan; |