@salesforce/test-plugin117 1.0.0 → 1.1.0

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/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @salesforce/test-plugin117
21
21
  $ sfdx COMMAND
22
22
  running command...
23
23
  $ sfdx (-v|--version|version)
24
- @salesforce/test-plugin117/1.0.0 linux-x64 node-v16.16.0
24
+ @salesforce/test-plugin117/1.1.0 linux-x64 node-v16.16.0
25
25
  $ sfdx --help [COMMAND]
26
26
  USAGE
27
27
  $ sfdx COMMAND
@@ -63,7 +63,7 @@ EXAMPLES
63
63
  sfdx hello:org --name myname --targetusername myOrg@example.com
64
64
  ```
65
65
 
66
- _See code: [src/commands/hello/org.ts](https://github.com/vmundra/testPlugin117/blob/v1.0.0/src/commands/hello/org.ts)_
66
+ _See code: [src/commands/hello/org.ts](https://github.com/vmundra/testPlugin117/blob/v1.1.0/src/commands/hello/org.ts)_
67
67
  <!-- commandsstop -->
68
68
  <!-- debugging-your-plugin -->
69
69
  # Debugging your plugin
@@ -1 +1 @@
1
- {"version":"1.0.0","commands":{"hello:org":{"id":"hello:org","description":"print a greeting and your org IDs","usage":"<%= command.id %> [-n <string>] [-f] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/test-plugin117","pluginType":"core","aliases":[],"examples":["sfdx hello:org --targetusername myOrg@example.com --targetdevhubusername devhub@org.com","sfdx hello:org --name myname --targetusername myOrg@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[{"name":"file"}]}}}
1
+ {"version":"1.1.0","commands":{"hello:org":{"id":"hello:org","description":"print a greeting and your org IDs","usage":"<%= command.id %> [-n <string>] [-f] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/test-plugin117","pluginType":"core","aliases":[],"examples":["sfdx hello:org --targetusername myOrg@example.com --targetdevhubusername devhub@org.com","sfdx hello:org --name myname --targetusername myOrg@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[{"name":"file"}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/test-plugin117",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "author": "Vamsi-Mundra-Salesforce",
5
5
  "bugs": "https://github.com/vmundra/testPlugin117/issues",
6
6
  "dependencies": {