@integrity-labs/agt-cli 0.16.8 → 0.16.9

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/bin/agt.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  success,
49
49
  table,
50
50
  warn
51
- } from "../chunk-IP7B4PSD.js";
51
+ } from "../chunk-GMU2IIUF.js";
52
52
 
53
53
  // src/bin/agt.ts
54
54
  import { join as join10 } from "path";
@@ -3732,7 +3732,7 @@ import { execFileSync, execSync } from "child_process";
3732
3732
  import { existsSync as existsSync5, realpathSync } from "fs";
3733
3733
  import chalk17 from "chalk";
3734
3734
  import ora15 from "ora";
3735
- var cliVersion = true ? "0.16.8" : "dev";
3735
+ var cliVersion = true ? "0.16.9" : "dev";
3736
3736
  async function fetchLatestVersion() {
3737
3737
  const host2 = getHost();
3738
3738
  if (!host2) return null;
@@ -4190,7 +4190,7 @@ function handleError(err) {
4190
4190
  }
4191
4191
 
4192
4192
  // src/bin/agt.ts
4193
- var cliVersion2 = true ? "0.16.8" : "dev";
4193
+ var cliVersion2 = true ? "0.16.9" : "dev";
4194
4194
  var program = new Command();
4195
4195
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
4196
4196
  program.hook("preAction", (thisCommand) => {
@@ -393,6 +393,28 @@ var INTEGRATION_REGISTRY = [
393
393
  installer: "npm"
394
394
  }
395
395
  },
396
+ {
397
+ id: "gcloud",
398
+ name: "Google Cloud SDK",
399
+ category: "infrastructure",
400
+ description: "Google Cloud Platform CLI \u2014 manage Compute Engine, Cloud Storage, IAM, Cloud Run, Cloud SQL, BigQuery, and Pub/Sub from a single binary",
401
+ supported_auth_types: ["oauth2", "managed"],
402
+ capabilities: [
403
+ { id: "gcloud:read", name: "Read GCP Resources", description: "List and describe projects, instances, buckets, IAM, and service configs", access: "read" },
404
+ { id: "gcloud:write", name: "Write GCP Resources", description: "Create and update GCP resources (compute, storage, IAM, run, etc.)", access: "write" },
405
+ { id: "gcloud:admin", name: "Admin GCP Resources", description: "Destructive operations \u2014 delete projects, IAM bindings, instances. Pair with gcloud-no-destructive-ops guardrail.", access: "admin" }
406
+ ],
407
+ cli_tool: {
408
+ package: "google-cloud-sdk",
409
+ binary: "gcloud",
410
+ env_key: "GOOGLE_APPLICATION_CREDENTIALS",
411
+ // gcloud ships as a homebrew cask on macOS (`brew install --cask google-cloud-sdk`)
412
+ // and via curl-installed tarball elsewhere. Neither matches the simple `brew install
413
+ // <package>` or `npm install -g <package>` shape, so leave install to the operator.
414
+ installer: "manual"
415
+ },
416
+ docs_url: "https://cloud.google.com/sdk"
417
+ },
396
418
  {
397
419
  id: "xero",
398
420
  name: "Xero",
@@ -7651,4 +7673,4 @@ export {
7651
7673
  managerInstallCommand,
7652
7674
  managerUninstallCommand
7653
7675
  };
7654
- //# sourceMappingURL=chunk-IP7B4PSD.js.map
7676
+ //# sourceMappingURL=chunk-GMU2IIUF.js.map