Skip to content
  • Pranay Singh's avatar
    Pranay ng/merge tests (#2333) · cc5f6000
    Pranay Singh authored
    
    
    * CLI consistency - use spf13/cobra for main-chef-wrapper
    
    This updates main-chef-wrapper to route commands using cobra
    instead of a custom switch/case handler.
    
    This offers a few advantages for upcoming work:
    
    - auto support for shell autocomplete through 'cobra' means we can
      remove that from `chef-cli`, which will greatly increase the startup
      time of the Workstation Powershell on Windows.
    - viewing detailed help for any given command is now a fast operation
    because we don't have to load ruby VM deps
    - it will let us replace and/or expand commands in `chef-cli` in an
    isolated fashion, because each command has its own implementation. (Most
    implementations current pass through to chef-cli or chef-analyze)
    
    * CLI consistency - use spf13/cobra for main-chef-wrapper
    
    This updates main-chef-wrapper to route commands using cobra
    instead of a custom switch/case handler.
    
    This offers a few advantages for upcoming work:
    
    - auto support for shell autocomplete through 'cobra' means we can
      remove that from `chef-cli`, which will greatly increase the startup
      time of the Workstation Powershell on Windows.
    - viewing detailed help for any given command is now a fast operation
    because we don't have to load ruby VM deps
    - it will let us replace and/or expand commands in `chef-cli` in an
    isolated fashion, because each command has its own implementation. (Most
    implementations current pass through to chef-cli or chef-analyze)
    
    
    Co-authored-by: default avatarMarc A. Paradise <marc.paradise@gmail.com>
    Co-authored-by: default avatarMudassar Shafique <15931574+mudash@users.noreply.github.com>
    Co-authored-by: default avatarNikhil Gupta <nikhilgupta2102@gmail.com>
    Co-authored-by: default avatarNikhil Gupta <ngupta@progress.com>
    Co-authored-by: default avatarPranay Singh <i5singh.pranay@gmail.com>
    cc5f6000