cloud-native-toolkit / itzcli

Go Implementation of an IBM Technology Zone (https://techzone.ibm.com) CLI
MIT License
4 stars 1 forks source link

Created install script, updated wrapper script with new doctor usage. #49

Closed nathanagood closed 1 year ago

davidstacy commented 1 year ago

image

itz doctor 11 things checked all ok but one unmet requirement at end. image

nathanagood commented 1 year ago

@davidstacy, I'm catching all of these in a different PR:

itz version results in blank return - fix? itz doctor still showing one unmet requirement, not sure why. doctor autofix doesnt fix yet. I can consult on why this is. itz list environments results in panic runtime error - probably should remove environments from list

The itz version is blank because you need to do a git fetch --all --tags to pull the tags down locally when building locally. You do not need to do this when doing a brew install because that uses a hardcoded value that is set in the .rb file.

The list environments command has been removed in a subsequent PR (just about to push it up).

I'll check on the doctor -f, as that is what this PR is supposed to address.

nathanagood commented 1 year ago

Merging after discussing with @davidstacy