Skip to content

Commit

Permalink
dev: refactor doctor
Browse files Browse the repository at this point in the history
Create a new interactive `dev doctor` experience, so you don't have to
copy-paste commands from `dev doctor` and it can solve problems for you.

Now `dev doctor` will be interactive by default and will ask for user
input to confirm the actions it's going to take. You can also set
`--autofix` to automatically agree to some default actions without
having to interactive. Interactive doctor can be disabled with
`--interactive=false`.

Epic: none
Release note: None
  • Loading branch information
rickystewart committed Dec 15, 2022
1 parent a8d99a1 commit f68c87e
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 184 deletions.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
set -euo pipefail

# Bump this counter to force rebuilding `dev` on all machines.
DEV_VERSION=67
DEV_VERSION=68

THIS_DIR=$(cd "$(dirname "$0")" && pwd)
BINARY_DIR=$THIS_DIR/bin/dev-versions
Expand Down
Loading

0 comments on commit f68c87e

Please sign in to comment.