@tenderprompt/cli 0.1.35 → 0.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/dist/index.js +322 -710
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,10 +132,6 @@ Credential precedence is explicit-first:
|
|
|
132
132
|
4. saved default profile
|
|
133
133
|
|
|
134
134
|
`--base-url` overrides the base URL for whichever credential source is used.
|
|
135
|
-
Hosted Shopify workspace commands are the exception: `tender shopify workspace
|
|
136
|
-
...` runs only in Tender's hosted source terminal, requires
|
|
137
|
-
`TENDER_BASE_URL=http://tender-api.tender.test`, and does not read
|
|
138
|
-
`TENDER_API_TOKEN`, saved profiles, or a container-visible workspace id.
|
|
139
135
|
|
|
140
136
|
## Git Transport
|
|
141
137
|
|