Class: ShopifyCLI::Core::CliVersion

Inherits:
Object
  • Object
show all
Defined in:
lib/shopify_cli/core/cli_version.rb

Overview

ShopifyCLI::Core::CliVersion checks that the CLI in use is correct for the project.

Class Method Summary collapse

Class Method Details

.using_3_0?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/shopify_cli/core/cli_version.rb', line 8

def using_3_0?
  !!cli_3_0_toml_dir
end