Sha256: 2ccfca4a7960fbfdce0a31211b303b7c7de58d509ef57792ba8dc39e2b157288
Contents?: true
Size: 710 Bytes
Versions: 1
Compression:
Stored size: 710 Bytes
Contents
module ShopifyCLI module Constants module EnvironmentVariables # When true the CLI points to a local instance of # the partners dashboard and identity. LOCAL_PARTNERS = "SHOPIFY_APP_CLI_LOCAL_PARTNERS" # When true the CLI points to a spin instance of spin SPIN_PARTNERS = "SHOPIFY_APP_CLI_SPIN_PARTNERS" SPIN_WORKSPACE = "SPIN_WORKSPACE" SPIN_NAMESPACE = "SPIN_NAMESPACE" SPIN_HOST = "SPIN_HOST" # Set to true when running tests. RUNNING_TESTS = "RUNNING_SHOPIFY_CLI_TESTS" end module Identity CLIENT_ID_DEV = "e5380e02-312a-7408-5718-e07017e9cf52" CLIENT_ID = "fbdb2649-e327-4907-8f67-908d24cfd7e3" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shopify-cli-2.5.0 | lib/shopify_cli/constants.rb |