Skip to content

Releases: Shopify/cli-kit

v3.1.0

27 Jul 17:06
86fa491
Compare
Choose a tag to compare
  • Add Config::get_bool
  • Add CLI::Kit::Logger
  • Add CLI::Kit::Util
  • Associate an ID with each run of a command, tell the user if it fails
  • Update to Mocha 1.5.0
  • Update rubocop to 0.56

v3.0.1

01 May 15:49
b28194f
Compare
Choose a tag to compare
  • Adds a test harness to the generate application
  • Adds support for git specific ini formatting (prefixed tab on values)
  • Adds config#unset as an alias to config#set('section', 'name', nil)
  • Ignores unsupported signals, like INFO on non-alpha Linux