Skip to content
  1. Oct 10, 2023
  2. Oct 04, 2023
  3. May 02, 2023
  4. Apr 25, 2023
  5. Apr 12, 2023
  6. Apr 07, 2023
  7. Apr 04, 2023
    • Emmanuel Duchastenier's avatar
      refactor(cli): use Cobra framework for CLI commands (#30) · 35a088e4
      Emmanuel Duchastenier authored
      Cobra is the de-facto framework for writing Command-based Go programs.
      It is widely used by big projects (Github Cli, Docker client...)
      
      The main idea is to clearly separate command code into their own code
      file
      and to have the syntax, usage and help, validation... automatically
      generated for us.
      
      Reference https://github.com/spf13/cobra
      
      ⚠️ The main executable command is not named `bonita-packager` anymore
      but `bonita` and has a sub-command named `package`
      which lead to its main usage being `bonita package ...`
      0.1.0-beta05
      35a088e4
  8. Mar 29, 2023
  9. Mar 24, 2023
  10. Mar 21, 2023
  11. Mar 17, 2023
  12. Mar 16, 2023
  13. Mar 14, 2023
  14. Mar 13, 2023
  15. Mar 08, 2023
  16. Mar 07, 2023
  17. Mar 06, 2023
  18. Mar 01, 2023
  19. Feb 28, 2023
  20. Feb 27, 2023
  21. Feb 23, 2023
  22. Feb 22, 2023
  23. Feb 21, 2023
  24. Jan 17, 2023
Loading