Skip to content

Commit

Permalink
fix: dont alias plugin-telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 19, 2021
1 parent 08617a0 commit 6e0c835
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 161 deletions.
358 changes: 211 additions & 147 deletions command-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,148 +1,212 @@
[
{
"command": "commands",
"plugin": "@oclif/plugin-commands",
"flags": [
"columns",
"csv",
"extended",
"filter",
"help",
"hidden",
"json",
"no-header",
"no-truncate",
"output",
"sort"
]
},
{
"command": "config:get",
"plugin": "@salesforce/plugin-config",
"flags": ["json", "verbose"]
},
{
"command": "config:list",
"plugin": "@salesforce/plugin-config",
"flags": ["json"]
},
{
"command": "config:set",
"plugin": "@salesforce/plugin-config",
"flags": ["global", "json"]
},
{
"command": "config:unset",
"plugin": "@salesforce/plugin-config",
"flags": ["global", "json"]
},
{
"command": "deploy",
"plugin": "@salesforce/plugin-deploy-retrieve",
"flags": ["interactive"]
},
{
"command": "deploy:metadata",
"plugin": "@salesforce/plugin-deploy-retrieve-metadata",
"flags": ["json", "manifest", "metadata", "source-dir", "target-org", "test-level", "wait"]
},
{
"command": "env:display",
"plugin": "@salesforce/plugin-env",
"flags": ["json", "target-env"]
},
{
"command": "env:list",
"plugin": "@salesforce/plugin-env",
"flags": ["all", "columns", "csv", "extended", "filter", "json", "no-header", "no-truncate", "output", "sort"]
},
{
"command": "env:open",
"plugin": "@salesforce/plugin-env",
"flags": ["browser", "json", "path", "target-env", "url-only"]
},
{
"command": "help",
"plugin": "@oclif/plugin-help",
"flags": ["all", "json"]
},
{
"command": "login",
"plugin": "@salesforce/plugin-login",
"flags": []
},
{
"command": "login:org",
"plugin": "@salesforce/plugin-login",
"flags": ["alias", "browser", "clientid", "instance-url", "json", "set-default", "set-default-dev-hub"]
},
{
"command": "login:org:jwt",
"plugin": "@salesforce/plugin-login",
"flags": [
"alias",
"clientid",
"instance-url",
"json",
"jwt-key-file",
"set-default",
"set-default-dev-hub",
"username"
]
},
{
"command": "logout",
"plugin": "@salesforce/plugin-login",
"flags": ["json", "no-prompt"]
},
{
"command": "logout:org",
"plugin": "@salesforce/plugin-login",
"flags": ["json", "no-prompt", "target-org"]
},
{
"command": "plugins",
"plugin": "@oclif/plugin-plugins",
"flags": ["core"]
},
{
"command": "plugins:inspect",
"plugin": "@oclif/plugin-plugins",
"flags": ["help", "verbose"]
},
{
"command": "plugins:install",
"plugin": "@oclif/plugin-plugins",
"flags": ["force", "help", "verbose"]
},
{
"command": "plugins:link",
"plugin": "@oclif/plugin-plugins",
"flags": ["help", "verbose"]
},
{
"command": "plugins:uninstall",
"plugin": "@oclif/plugin-plugins",
"flags": ["help", "verbose"]
},
{
"command": "plugins:update",
"plugin": "@oclif/plugin-plugins",
"flags": ["help", "verbose"]
},
{
"command": "retrieve:metadata",
"plugin": "@salesforce/plugin-deploy-retrieve-metadata",
"flags": ["api-version", "json", "manifest", "metadata", "package-name", "source-dir", "target-org", "wait"]
},
{
"command": "telemetry",
"plugin": "@salesforce/plugin-telemetry",
"flags": []
},
{
"command": "which",
"plugin": "@oclif/plugin-which",
"flags": []
}
]
{
"command": "config:get",
"plugin": "@salesforce/plugin-config",
"flags": [
"json",
"verbose"
]
},
{
"command": "config:list",
"plugin": "@salesforce/plugin-config",
"flags": [
"json"
]
},
{
"command": "config:set",
"plugin": "@salesforce/plugin-config",
"flags": [
"global",
"json"
]
},
{
"command": "config:unset",
"plugin": "@salesforce/plugin-config",
"flags": [
"global",
"json"
]
},
{
"command": "deploy",
"plugin": "@salesforce/plugin-deploy-retrieve",
"flags": [
"interactive"
]
},
{
"command": "deploy:metadata",
"plugin": "@salesforce/plugin-deploy-retrieve-metadata",
"flags": [
"json",
"manifest",
"metadata",
"source-dir",
"target-org",
"test-level",
"wait"
]
},
{
"command": "env:display",
"plugin": "@salesforce/plugin-env",
"flags": [
"json",
"target-env"
]
},
{
"command": "env:list",
"plugin": "@salesforce/plugin-env",
"flags": [
"all",
"columns",
"csv",
"extended",
"filter",
"json",
"no-header",
"no-truncate",
"output",
"sort"
]
},
{
"command": "env:open",
"plugin": "@salesforce/plugin-env",
"flags": [
"browser",
"json",
"path",
"target-env",
"url-only"
]
},
{
"command": "help",
"plugin": "@oclif/plugin-help",
"flags": [
"all",
"json"
]
},
{
"command": "login",
"plugin": "@salesforce/plugin-login",
"flags": []
},
{
"command": "login:org",
"plugin": "@salesforce/plugin-login",
"flags": [
"alias",
"browser",
"clientid",
"instance-url",
"json",
"set-default",
"set-default-dev-hub"
]
},
{
"command": "login:org:jwt",
"plugin": "@salesforce/plugin-login",
"flags": [
"alias",
"clientid",
"instance-url",
"json",
"jwt-key-file",
"set-default",
"set-default-dev-hub",
"username"
]
},
{
"command": "logout",
"plugin": "@salesforce/plugin-login",
"flags": [
"json",
"no-prompt"
]
},
{
"command": "logout:org",
"plugin": "@salesforce/plugin-login",
"flags": [
"json",
"no-prompt",
"target-org"
]
},
{
"command": "plugins",
"plugin": "@oclif/plugin-plugins",
"flags": [
"core"
]
},
{
"command": "plugins:inspect",
"plugin": "@oclif/plugin-plugins",
"flags": [
"help",
"verbose"
]
},
{
"command": "plugins:install",
"plugin": "@oclif/plugin-plugins",
"flags": [
"force",
"help",
"verbose"
]
},
{
"command": "plugins:link",
"plugin": "@oclif/plugin-plugins",
"flags": [
"help",
"verbose"
]
},
{
"command": "plugins:uninstall",
"plugin": "@oclif/plugin-plugins",
"flags": [
"help",
"verbose"
]
},
{
"command": "plugins:update",
"plugin": "@oclif/plugin-plugins",
"flags": [
"help",
"verbose"
]
},
{
"command": "retrieve:metadata",
"plugin": "@salesforce/plugin-deploy-retrieve-metadata",
"flags": [
"api-version",
"json",
"manifest",
"metadata",
"package-name",
"source-dir",
"target-org",
"wait"
]
},
{
"command": "telemetry",
"plugin": "@salesforce/plugin-telemetry",
"flags": []
}
]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sf/login",
"@sf/deploy-retrieve",
"@sf/dr-metadata",
"@sf/telemetry"
"@salesforce/plugin-telemetry"
],
"devPlugins": [
"@oclif/plugin-command-snapshot",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@sf/dr-metadata": "npm:@salesforce/[email protected]",
"@sf/env": "npm:@salesforce/[email protected]",
"@sf/login": "npm:@salesforce/[email protected]",
"@sf/telemetry": "npm:@salesforce/plugin-telemetry@1.2.3",
"@salesforce/plugin-telemetry": "^1.2.3",
"tslib": "^2.3.0"
},
"pinnedDependencies": [
Expand All @@ -87,7 +87,7 @@
"@sf/login",
"@sf/deploy-retrieve",
"@sf/dr-metadata",
"@sf/telemetry"
"@salesforce/plugin-telemetry"
],
"repository": "salesforcecli/cli",
"scripts": {
Expand Down
Loading

0 comments on commit 6e0c835

Please sign in to comment.