erosolar-cli 1.5.1 → 1.5.3
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/capabilities/cloudCapability.d.ts +13 -0
- package/dist/capabilities/cloudCapability.d.ts.map +1 -0
- package/dist/capabilities/cloudCapability.js +38 -0
- package/dist/capabilities/cloudCapability.js.map +1 -0
- package/dist/capabilities/index.d.ts +1 -0
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js +1 -0
- package/dist/capabilities/index.js.map +1 -1
- package/dist/core/secretStore.d.ts +1 -1
- package/dist/core/secretStore.d.ts.map +1 -1
- package/dist/core/secretStore.js +49 -0
- package/dist/core/secretStore.js.map +1 -1
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts +3 -0
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/cloud/cloudPlugin.js +14 -0
- package/dist/plugins/tools/cloud/cloudPlugin.js.map +1 -0
- package/dist/plugins/tools/nodeDefaults.d.ts.map +1 -1
- package/dist/plugins/tools/nodeDefaults.js +2 -0
- package/dist/plugins/tools/nodeDefaults.js.map +1 -1
- package/dist/security/persistence-analyzer.d.ts +56 -0
- package/dist/security/persistence-analyzer.d.ts.map +1 -0
- package/dist/security/persistence-analyzer.js +187 -0
- package/dist/security/persistence-analyzer.js.map +1 -0
- package/dist/security/persistence-research.d.ts +89 -0
- package/dist/security/persistence-research.d.ts.map +1 -0
- package/dist/security/persistence-research.js +361 -0
- package/dist/security/persistence-research.js.map +1 -0
- package/dist/shell/bracketedPasteManager.d.ts +43 -0
- package/dist/shell/bracketedPasteManager.d.ts.map +1 -1
- package/dist/shell/bracketedPasteManager.js +166 -9
- package/dist/shell/bracketedPasteManager.js.map +1 -1
- package/dist/shell/interactiveShell.d.ts +12 -0
- package/dist/shell/interactiveShell.d.ts.map +1 -1
- package/dist/shell/interactiveShell.js +47 -0
- package/dist/shell/interactiveShell.js.map +1 -1
- package/dist/tools/cloudTools.d.ts +46 -0
- package/dist/tools/cloudTools.d.ts.map +1 -0
- package/dist/tools/cloudTools.js +854 -0
- package/dist/tools/cloudTools.js.map +1 -0
- package/dist/tools/emailTools.d.ts.map +1 -1
- package/dist/tools/emailTools.js +11 -7
- package/dist/tools/emailTools.js.map +1 -1
- package/dist/tools/webTools.d.ts.map +1 -1
- package/dist/tools/webTools.js +7 -5
- package/dist/tools/webTools.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Deployment Tools - Unified cloud CLI capabilities with auto-detection and auto-fix
|
|
3
|
+
*
|
|
4
|
+
* Supports:
|
|
5
|
+
* - Firebase (Hosting, Functions, Firestore, Storage, Auth)
|
|
6
|
+
* - Aliyun/Alibaba Cloud (OSS, FC, ACR, etc.)
|
|
7
|
+
* - AWS (S3, Lambda, CloudFront, etc.)
|
|
8
|
+
* - GCP (Cloud Run, Storage, Functions)
|
|
9
|
+
* - Azure (Static Web Apps, Functions, Blob Storage)
|
|
10
|
+
* - Vercel, Netlify, Cloudflare Pages
|
|
11
|
+
*
|
|
12
|
+
* Features:
|
|
13
|
+
* - Automatic CLI detection and installation checking
|
|
14
|
+
* - Authentication status verification
|
|
15
|
+
* - Auto-fix for common issues
|
|
16
|
+
* - AI-driven error resolution
|
|
17
|
+
*/
|
|
18
|
+
import type { ToolDefinition } from '../core/toolRuntime.js';
|
|
19
|
+
interface CloudProvider {
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
cliCommand: string;
|
|
23
|
+
versionFlag: string;
|
|
24
|
+
installCommand: string;
|
|
25
|
+
installUrl: string;
|
|
26
|
+
loginCommand: string;
|
|
27
|
+
checkAuthCommand: string;
|
|
28
|
+
configFile?: string;
|
|
29
|
+
envVars?: string[];
|
|
30
|
+
}
|
|
31
|
+
declare const CLOUD_PROVIDERS: Record<string, CloudProvider>;
|
|
32
|
+
interface CLIStatus {
|
|
33
|
+
installed: boolean;
|
|
34
|
+
version?: string;
|
|
35
|
+
authenticated: boolean;
|
|
36
|
+
authDetails?: string;
|
|
37
|
+
configExists: boolean;
|
|
38
|
+
errors: string[];
|
|
39
|
+
suggestions: string[];
|
|
40
|
+
}
|
|
41
|
+
declare function getFullCLIStatus(providerId: string, workingDir: string): Promise<CLIStatus>;
|
|
42
|
+
declare function autoFixIssues(providerId: string, workingDir: string): Promise<string[]>;
|
|
43
|
+
export declare function createCloudTools(workingDir?: string): ToolDefinition[];
|
|
44
|
+
export type { CLIStatus, CloudProvider };
|
|
45
|
+
export { CLOUD_PROVIDERS, getFullCLIStatus, autoFixIssues };
|
|
46
|
+
//# sourceMappingURL=cloudTools.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudTools.d.ts","sourceRoot":"","sources":["../../src/tools/cloudTools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAKH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,QAAA,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CA+HlD,CAAC;AAEF,UAAU,SAAS;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB;AAwGD,iBAAe,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC,CA2D1F;AAED,iBAAe,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CA6CtF;AAED,wBAAgB,gBAAgB,CAAC,UAAU,GAAE,MAAsB,GAAG,cAAc,EAAE,CA+ZrF;AA8KD,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,aAAa,EAAE,CAAC"}
|