@tarout/cli 0.3.0 → 0.4.0
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/dist/{api-QAKANRFX.js → api-QVUO7EWV.js} +2 -2
- package/dist/{chunk-CJMIX35A.js → chunk-DI66W4S5.js} +1 -1
- package/dist/{chunk-KL3JNPAY.js → chunk-K7JK5HIL.js} +6 -1
- package/dist/{chunk-NHNK5ZQ5.js → chunk-Y6TWR3XZ.js} +1 -1
- package/dist/index.js +1429 -217
- package/dist/{prompts-QQ2FZKQT.js → prompts-JH6YBHHV.js} +2 -2
- package/package.json +1 -1
- package/dist/billing-GUA4S2Y4.js +0 -12
- package/dist/chunk-BS6DFVSU.js +0 -998
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
createApiClient,
|
|
3
3
|
getApiClient,
|
|
4
4
|
resetApiClient
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-Y6TWR3XZ.js";
|
|
6
6
|
import "./chunk-5DAFGMBH.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-K7JK5HIL.js";
|
|
8
8
|
export {
|
|
9
9
|
createApiClient,
|
|
10
10
|
getApiClient,
|
|
@@ -13,7 +13,12 @@ var ExitCode = {
|
|
|
13
13
|
// Deployment-specific exit codes
|
|
14
14
|
DEPLOYMENT_FAILED: 10,
|
|
15
15
|
DEPLOYMENT_TIMEOUT: 11,
|
|
16
|
-
BUILD_FAILED: 12
|
|
16
|
+
BUILD_FAILED: 12,
|
|
17
|
+
// A hosted checkout is still PENDING (not paid yet, not failed). The agent
|
|
18
|
+
// should resume polling (`tarout billing wait <orderId>`) or surface the
|
|
19
|
+
// payment URL to a human — distinct from GENERAL_ERROR so a resumable
|
|
20
|
+
// checkout isn't treated as a hard failure.
|
|
21
|
+
CHECKOUT_PENDING: 13
|
|
17
22
|
};
|
|
18
23
|
function exit(code) {
|
|
19
24
|
process.exit(code);
|