also looking at this
feat(operations): fleet inventory, attach preflight, and the exports that were missing
#192
11 files
+1313
-5
| @@ -1,4 +1,5 @@ | ||
| 1 | 1 | export * from './config' |
| 2 | export * from './operations' | |
| 2 | 3 | export * from './auth' |
| 3 | 4 | export * from './automation' |
| 4 | 5 | export * from './api' |
| @@ -260,7 +261,22 @@ export { | ||
| 260 | 261 | resolveSiteDeployTarget, |
| 261 | 262 | resolveSiteKind, |
| 262 | 263 | shipsARelease, |
| 264 | siteInstallBase, | |
| 263 | 265 | validateDeploymentConfig, |
| 266 | // Co-tenancy on a shared box: the ports the host already serves and for whom, | |
| 267 | // and the config editors that write an attach back. Reachable only since | |
| 268 | // https://github.com/stacksjs/ts-cloud/issues/191. | |
| 269 | addSiteToCloudConfig, | |
| 270 | allocateSitePorts, | |
| 271 | buildHostSitePortsScript, | |
| 272 | HOST_SITES_DIR, | |
| 273 | occupiedHostPorts, | |
| 274 | parseHostSiteFragments, | |
| 275 | parseUpstreamPort, | |
| 276 | removeSiteFromCloudConfig, | |
| 277 | setAttachToInCloudConfig, | |
| 278 | setSitePropertyInCloudConfig, | |
| 279 | updateSiteInCloudConfig, | |
| 264 | 280 | // Serverless application pipeline (Laravel-Vapor-equivalent) |
| 265 | 281 | buildAndPushServerlessImage, |
| 266 | 282 | buildFunctionEnv, |