@salesforce/plugin-signups 1.3.0 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":"1.3.0","commands":{"org:create:shape":{"id":"org:create:shape","summary":"Create a scratch org configuration (shape) based on the specified source org.","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 %> force:org:create\" command.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:shape:create"],"examples":["Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-org":{"name":"target-org","type":"option","char":"o","summary":"Username or alias of the target org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetusername","u"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:create:snapshot":{"id":"org:create:snapshot","summary":"Create a snapshot of a scratch org.","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 %> force:org:create\" to create the scratch org.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:create"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"source-org":{"name":"source-org","type":"option","char":"o","summary":"ID or locally authenticated username or alias of scratch org to snapshot.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["sourceorg"]},"name":{"name":"name","type":"option","char":"n","summary":"Unique name of snapshot.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["snapshotname"]},"description":{"name":"description","type":"option","char":"d","summary":"Description of snapshot.","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.","multiple":false,"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:delete:shape":{"id":"org:delete:shape","summary":"Delete all org shapes for a target org.","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.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:shape:delete"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-org":{"name":"target-org","type":"option","char":"o","summary":"Username or alias of the target org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetusername","u"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"no-prompt":{"name":"no-prompt","type":"boolean","char":"p","summary":"Don't prompt for confirmation.","allowNo":false,"deprecateAliases":true,"aliases":["noprompt"]}},"args":[],"hasDynamicHelp":true},"org:delete:snapshot":{"id":"org:delete:snapshot","summary":"Delete a scratch org snapshot.","description":"Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:delete"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"snapshot":{"name":"snapshot","type":"option","char":"s","summary":"Name or ID of snapshot to delete.","description":"The IDs of scratch org snapshots start with 0Oo.","required":true,"multiple":false,"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:get:snapshot":{"id":"org:get:snapshot","summary":"Get details about a scratch org snapshot.","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\".","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:get"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"snapshot":{"name":"snapshot","type":"option","char":"s","summary":"Name or ID of snapshot to retrieve.","description":"The IDs of scratch org snapshots start with 0Oo.","required":true,"multiple":false,"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:list:shape":{"id":"org:list:shape","summary":"List all org shapes you’ve created.","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.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:shape:list"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"verbose":{"name":"verbose","type":"boolean","summary":"List more information about each org shape.","hidden":true,"allowNo":false,"deprecateAliases":true},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true}},"args":[]},"org:list:snapshot":{"id":"org:list:snapshot","summary":"List scratch org snapshots.","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\".","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:list"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true}},"args":[],"hasDynamicHelp":true}}}
|
1
|
+
{"version":"1.3.2","commands":{"org:create:shape":{"id":"org:create:shape","summary":"Create a scratch org configuration (shape) based on the specified source org.","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 %> force:org:create\" command.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:shape:create"],"examples":["Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-org":{"name":"target-org","type":"option","char":"o","summary":"Username or alias of the target org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetusername","u"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:create:snapshot":{"id":"org:create:snapshot","summary":"Create a snapshot of a scratch org.","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 %> force:org:create\" to create the scratch org.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:create"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"source-org":{"name":"source-org","type":"option","char":"o","summary":"ID or locally authenticated username or alias of scratch org to snapshot.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["sourceorg"]},"name":{"name":"name","type":"option","char":"n","summary":"Unique name of snapshot.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["snapshotname"]},"description":{"name":"description","type":"option","char":"d","summary":"Description of snapshot.","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.","multiple":false,"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:delete:shape":{"id":"org:delete:shape","summary":"Delete all org shapes for a target org.","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.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:shape:delete"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-org":{"name":"target-org","type":"option","char":"o","summary":"Username or alias of the target org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetusername","u"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"no-prompt":{"name":"no-prompt","type":"boolean","char":"p","summary":"Don't prompt for confirmation.","allowNo":false,"deprecateAliases":true,"aliases":["noprompt"]}},"args":[],"hasDynamicHelp":true},"org:delete:snapshot":{"id":"org:delete:snapshot","summary":"Delete a scratch org snapshot.","description":"Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:delete"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"snapshot":{"name":"snapshot","type":"option","char":"s","summary":"Name or ID of snapshot to delete.","description":"The IDs of scratch org snapshots start with 0Oo.","required":true,"multiple":false,"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:get:snapshot":{"id":"org:get:snapshot","summary":"Get details about a scratch org snapshot.","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\".","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:get"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true},"snapshot":{"name":"snapshot","type":"option","char":"s","summary":"Name or ID of snapshot to retrieve.","description":"The IDs of scratch org snapshots start with 0Oo.","required":true,"multiple":false,"deprecateAliases":true}},"args":[],"hasDynamicHelp":true},"org:list:shape":{"id":"org:list:shape","summary":"List all org shapes you’ve created.","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.","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:shape:list"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"verbose":{"name":"verbose","type":"boolean","summary":"List more information about each org shape.","hidden":true,"allowNo":false,"deprecateAliases":true},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true}},"args":[]},"org:list:snapshot":{"id":"org:list:snapshot","summary":"List scratch org snapshots.","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\".","strict":true,"pluginName":"@salesforce/plugin-signups","pluginAlias":"@salesforce/plugin-signups","pluginType":"core","aliases":["force:org:snapshot:list"],"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"],"deprecateAliases":true,"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"deprecateAliases":true},"target-dev-hub":{"name":"target-dev-hub","type":"option","char":"v","summary":"Username or alias of the Dev Hub org.","required":true,"multiple":false,"deprecateAliases":true,"aliases":["targetdevhubusername"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"deprecateAliases":true,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"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."},"deprecateAliases":true}},"args":[],"hasDynamicHelp":true}}}
|
package/package.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "1.3.
|
4
|
+
"version": "1.3.2",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@oclif/core": "^1.23.0",
|
10
|
-
"@salesforce/core": "^3.
|
10
|
+
"@salesforce/core": "^3.33.1",
|
11
11
|
"@salesforce/sf-plugins-core": "^1.21.3",
|
12
12
|
"chalk": "^4.1.2",
|
13
13
|
"change-case": "^4.1.2",
|
14
14
|
"tslib": "^2"
|
15
15
|
},
|
16
16
|
"devDependencies": {
|
17
|
-
"@oclif/plugin-command-snapshot": "^3.
|
17
|
+
"@oclif/plugin-command-snapshot": "^3.3.0",
|
18
18
|
"@salesforce/cli-plugins-testkit": "^3.2.17",
|
19
19
|
"@salesforce/dev-config": "^3.0.1",
|
20
20
|
"@salesforce/dev-scripts": "^3.1.0",
|
21
|
-
"@salesforce/plugin-command-reference": "^2.2.
|
21
|
+
"@salesforce/plugin-command-reference": "^2.2.10",
|
22
22
|
"@salesforce/prettier-config": "^0.0.2",
|
23
23
|
"@salesforce/ts-sinon": "1.4.4",
|
24
24
|
"@salesforce/ts-types": "^1.7.2",
|
25
|
-
"@swc/core": "^1.3.
|
25
|
+
"@swc/core": "^1.3.29",
|
26
26
|
"@types/chai-as-promised": "^7.1.5",
|
27
27
|
"@types/chai-string": "^1.4.2",
|
28
28
|
"@types/inquirer": "^9.0.3",
|
@@ -33,13 +33,13 @@
|
|
33
33
|
"chai-as-promised": "7.1.1",
|
34
34
|
"chai-string": "^1.5.0",
|
35
35
|
"eslint": "^8.31.0",
|
36
|
-
"eslint-config-prettier": "^8.
|
36
|
+
"eslint-config-prettier": "^8.6.0",
|
37
37
|
"eslint-config-salesforce": "^1.1.0",
|
38
38
|
"eslint-config-salesforce-license": "^0.2.0",
|
39
39
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
40
40
|
"eslint-plugin-header": "^3.1.1",
|
41
41
|
"eslint-plugin-import": "^2.27.4",
|
42
|
-
"eslint-plugin-jsdoc": "^39.6.
|
42
|
+
"eslint-plugin-jsdoc": "^39.6.9",
|
43
43
|
"eslint-plugin-sf-plugin": "^1.3.1",
|
44
44
|
"husky": "^7.0.4",
|
45
45
|
"mocha": "^9.1.3",
|
@@ -124,7 +124,7 @@
|
|
124
124
|
"access": "public"
|
125
125
|
},
|
126
126
|
"sfdx": {
|
127
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.3.
|
128
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.3.
|
127
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.3.2.crt",
|
128
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.3.2.sig"
|
129
129
|
}
|
130
130
|
}
|