Open david-bakin opened 2 years ago
Probably related with https://github.com/gitpod-io/gitpod/issues/7671
@david-bakin I would suggest to share your ideas from here to https://github.com/gitpod-io/gitpod/issues/9025, as both seems to be the same issue đŸ˜„
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Add a command
checkup
to thegp
tool that does some basic "diagnostics"/"troubleshooting"/"sanity checks" on the workspace/repo.For example:
.gitpod.yml
?.gitpod.yml
, e.g.,gitpod.yml
or.gitpod.yaml
?open-vsx
./home/gitpod
in aninit:
start task section (!! extra credit !!)additionalRepositories
key do the named repos exist?mainConfiguration
key does the named repo exist and have a.gitpod.yml
pointing back to this repo?.gitpod.Dockerfile
per the documentation examples) but it isn't mentioned in the.gitpod.yml
? (Or there isn't a.gitpod.yml
?)/workspace
?Etc. etc. Goal is to help a gitpod user (especially, but not only, new users) quickly get on board and/or fix problems that are impacting them.
checkup
is what it is called in thescoop
command line tool, for example - probably others too.)doctor
is what it is called in thebrew
command line tool, for example.)