{
  "commands": {
    "org:create:shape": {
      "aliases": [
        "force:org:shape:create"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
      "examples": [
        "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "org:create:shape",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "Create a scratch org configuration (shape) based on the specified source org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "create",
        "shape.js"
      ],
      "aliasPermutations": [
        "force:org:shape:create",
        "org:force:shape:create",
        "org:shape:force:create",
        "org:shape:create:force",
        "force:shape:org:create",
        "shape:force:org:create",
        "shape:org:force:create",
        "shape:org:create:force",
        "force:shape:create:org",
        "shape:force:create:org",
        "shape:create:force:org",
        "shape:create:org:force",
        "force:org:create:shape",
        "org:force:create:shape",
        "org:create:force:shape",
        "org:create:shape:force",
        "force:create:org:shape",
        "create:force:org:shape",
        "create:org:force:shape",
        "create:org:shape:force",
        "force:create:shape:org",
        "create:force:shape:org",
        "create:shape:force:org",
        "create:shape:org:force"
      ],
      "permutations": [
        "org:create:shape",
        "create:org:shape",
        "create:shape:org",
        "org:shape:create",
        "shape:org:create",
        "shape:create:org"
      ]
    },
    "org:create:snapshot": {
      "aliases": [
        "force:org:snapshot:create"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
      "examples": [
        "Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
        "Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "source-org": {
          "aliases": [
            "sourceorg"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "source-org",
          "required": true,
          "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "snapshotname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "name": "name",
          "required": true,
          "summary": "Unique name of snapshot.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "description": {
          "char": "d",
          "description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
          "name": "description",
          "summary": "Description of snapshot.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "org:create:snapshot",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "Create a snapshot of a scratch org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "create",
        "snapshot.js"
      ],
      "aliasPermutations": [
        "force:org:snapshot:create",
        "org:force:snapshot:create",
        "org:snapshot:force:create",
        "org:snapshot:create:force",
        "force:snapshot:org:create",
        "snapshot:force:org:create",
        "snapshot:org:force:create",
        "snapshot:org:create:force",
        "force:snapshot:create:org",
        "snapshot:force:create:org",
        "snapshot:create:force:org",
        "snapshot:create:org:force",
        "force:org:create:snapshot",
        "org:force:create:snapshot",
        "org:create:force:snapshot",
        "org:create:snapshot:force",
        "force:create:org:snapshot",
        "create:force:org:snapshot",
        "create:org:force:snapshot",
        "create:org:snapshot:force",
        "force:create:snapshot:org",
        "create:force:snapshot:org",
        "create:snapshot:force:org",
        "create:snapshot:org:force"
      ],
      "permutations": [
        "org:create:snapshot",
        "create:org:snapshot",
        "create:snapshot:org",
        "org:snapshot:create",
        "snapshot:org:create",
        "snapshot:create:org"
      ]
    },
    "org:get:snapshot": {
      "aliases": [
        "force:org:snapshot:get"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
      "examples": [
        "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
        "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "snapshot": {
          "char": "s",
          "description": "The IDs of scratch org snapshots start with 0Oo.",
          "name": "snapshot",
          "required": true,
          "summary": "Name or ID of snapshot to retrieve.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "org:get:snapshot",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "Get details about a scratch org snapshot.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "get",
        "snapshot.js"
      ],
      "aliasPermutations": [
        "force:org:snapshot:get",
        "org:force:snapshot:get",
        "org:snapshot:force:get",
        "org:snapshot:get:force",
        "force:snapshot:org:get",
        "snapshot:force:org:get",
        "snapshot:org:force:get",
        "snapshot:org:get:force",
        "force:snapshot:get:org",
        "snapshot:force:get:org",
        "snapshot:get:force:org",
        "snapshot:get:org:force",
        "force:org:get:snapshot",
        "org:force:get:snapshot",
        "org:get:force:snapshot",
        "org:get:snapshot:force",
        "force:get:org:snapshot",
        "get:force:org:snapshot",
        "get:org:force:snapshot",
        "get:org:snapshot:force",
        "force:get:snapshot:org",
        "get:force:snapshot:org",
        "get:snapshot:force:org",
        "get:snapshot:org:force"
      ],
      "permutations": [
        "org:get:snapshot",
        "get:org:snapshot",
        "get:snapshot:org",
        "org:snapshot:get",
        "snapshot:org:get",
        "snapshot:get:org"
      ]
    },
    "org:delete:shape": {
      "aliases": [
        "force:org:shape:delete"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
      "examples": [
        "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
        "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "no-prompt": {
          "aliases": [
            "noprompt"
          ],
          "char": "p",
          "deprecateAliases": true,
          "name": "no-prompt",
          "summary": "Don't prompt for confirmation.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "org:delete:shape",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "Delete all org shapes for a target org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "delete",
        "shape.js"
      ],
      "aliasPermutations": [
        "force:org:shape:delete",
        "org:force:shape:delete",
        "org:shape:force:delete",
        "org:shape:delete:force",
        "force:shape:org:delete",
        "shape:force:org:delete",
        "shape:org:force:delete",
        "shape:org:delete:force",
        "force:shape:delete:org",
        "shape:force:delete:org",
        "shape:delete:force:org",
        "shape:delete:org:force",
        "force:org:delete:shape",
        "org:force:delete:shape",
        "org:delete:force:shape",
        "org:delete:shape:force",
        "force:delete:org:shape",
        "delete:force:org:shape",
        "delete:org:force:shape",
        "delete:org:shape:force",
        "force:delete:shape:org",
        "delete:force:shape:org",
        "delete:shape:force:org",
        "delete:shape:org:force"
      ],
      "permutations": [
        "org:delete:shape",
        "delete:org:shape",
        "delete:shape:org",
        "org:shape:delete",
        "shape:org:delete",
        "shape:delete:org"
      ]
    },
    "org:delete:snapshot": {
      "aliases": [
        "force:org:snapshot:delete"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
      "examples": [
        "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
        "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "snapshot": {
          "char": "s",
          "description": "The IDs of scratch org snapshots start with 0Oo.",
          "name": "snapshot",
          "required": true,
          "summary": "Name or ID of snapshot to delete.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "no-prompt": {
          "char": "p",
          "name": "no-prompt",
          "summary": "Don't prompt the user to confirm the deletion.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "org:delete:snapshot",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "Delete a scratch org snapshot.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "delete",
        "snapshot.js"
      ],
      "aliasPermutations": [
        "force:org:snapshot:delete",
        "org:force:snapshot:delete",
        "org:snapshot:force:delete",
        "org:snapshot:delete:force",
        "force:snapshot:org:delete",
        "snapshot:force:org:delete",
        "snapshot:org:force:delete",
        "snapshot:org:delete:force",
        "force:snapshot:delete:org",
        "snapshot:force:delete:org",
        "snapshot:delete:force:org",
        "snapshot:delete:org:force",
        "force:org:delete:snapshot",
        "org:force:delete:snapshot",
        "org:delete:force:snapshot",
        "org:delete:snapshot:force",
        "force:delete:org:snapshot",
        "delete:force:org:snapshot",
        "delete:org:force:snapshot",
        "delete:org:snapshot:force",
        "force:delete:snapshot:org",
        "delete:force:snapshot:org",
        "delete:snapshot:force:org",
        "delete:snapshot:org:force"
      ],
      "permutations": [
        "org:delete:snapshot",
        "delete:org:snapshot",
        "delete:snapshot:org",
        "org:snapshot:delete",
        "snapshot:org:delete",
        "snapshot:delete:org"
      ]
    },
    "org:list:shape": {
      "aliases": [
        "force:org:shape:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
      "examples": [
        "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
        "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "verbose": {
          "hidden": true,
          "name": "verbose",
          "summary": "List more information about each org shape.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "org:list:shape",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "List all org shapes you’ve created.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "list",
        "shape.js"
      ],
      "aliasPermutations": [
        "force:org:shape:list",
        "org:force:shape:list",
        "org:shape:force:list",
        "org:shape:list:force",
        "force:shape:org:list",
        "shape:force:org:list",
        "shape:org:force:list",
        "shape:org:list:force",
        "force:shape:list:org",
        "shape:force:list:org",
        "shape:list:force:org",
        "shape:list:org:force",
        "force:org:list:shape",
        "org:force:list:shape",
        "org:list:force:shape",
        "org:list:shape:force",
        "force:list:org:shape",
        "list:force:org:shape",
        "list:org:force:shape",
        "list:org:shape:force",
        "force:list:shape:org",
        "list:force:shape:org",
        "list:shape:force:org",
        "list:shape:org:force"
      ],
      "permutations": [
        "org:list:shape",
        "list:org:shape",
        "list:shape:org",
        "org:shape:list",
        "shape:org:list",
        "shape:list:org"
      ]
    },
    "org:list:snapshot": {
      "aliases": [
        "force:org:snapshot:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
      "examples": [
        "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
        "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "org:list:snapshot",
      "pluginAlias": "@salesforce/plugin-signups",
      "pluginName": "@salesforce/plugin-signups",
      "pluginType": "core",
      "strict": true,
      "summary": "List scratch org snapshots.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "org",
        "list",
        "snapshot.js"
      ],
      "aliasPermutations": [
        "force:org:snapshot:list",
        "org:force:snapshot:list",
        "org:snapshot:force:list",
        "org:snapshot:list:force",
        "force:snapshot:org:list",
        "snapshot:force:org:list",
        "snapshot:org:force:list",
        "snapshot:org:list:force",
        "force:snapshot:list:org",
        "snapshot:force:list:org",
        "snapshot:list:force:org",
        "snapshot:list:org:force",
        "force:org:list:snapshot",
        "org:force:list:snapshot",
        "org:list:force:snapshot",
        "org:list:snapshot:force",
        "force:list:org:snapshot",
        "list:force:org:snapshot",
        "list:org:force:snapshot",
        "list:org:snapshot:force",
        "force:list:snapshot:org",
        "list:force:snapshot:org",
        "list:snapshot:force:org",
        "list:snapshot:org:force"
      ],
      "permutations": [
        "org:list:snapshot",
        "list:org:snapshot",
        "list:snapshot:org",
        "org:snapshot:list",
        "snapshot:org:list",
        "snapshot:list:org"
      ]
    }
  },
  "version": "2.6.71"
}