Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bug finding on ui/ux and docker built image issue #81

Merged

Commits on Oct 22, 2024

  1. fix: bug finding on ui/ux and docker built image issue (#81)

    Closes: WORLD-1196, WORLD-1205, WORLD-1206, WORLD-1207
    
    ## Overview
    
    Fix bug findings on world cli v1.3.1-Beta4
    
    ## Brief Changelog
    
    - Fix docker image not builded without exec `world cardinal purge` firs. it's because container need to be removed first so that docker create new container with new image
    - Remove red and yellow color for container name
    - Fix `--log-level` flag not functioned properly, it's because the envar is not passed to the docker env.
    - Move `-v` and `-c` from global flags to only flag in 3rd subcommand
    - Add help for `--log-level` value (ex : info, debug, etc)
    
    ## Testing and Verifying
    
    - Manually tested
    - Still covered by unit test
    zulkhair committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    84f5fb5 View commit details
    Browse the repository at this point in the history