Sha256: 16a1de7afce36f671ea4903f3bd7f13effc5509ecb105928654e68009bdd5ba8
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.4.0 | lib/shopify-cli/constants.rb |