Skip to content

Commit

Permalink
Merge pull request #544 from salesforcecli/patch/1.63.1
Browse files Browse the repository at this point in the history
Release PR for 1.63.1
  • Loading branch information
mshanemc authored Jan 25, 2023
2 parents 6b1691e + 34c984f commit a5ec4d6
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 88 deletions.
152 changes: 76 additions & 76 deletions command-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,58 @@
"flags": [],
"alias": []
},
{
"command": "cmdt:generate:field",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": ["decimal-places", "json", "label", "loglevel", "name", "output-directory", "picklist-values", "type"],
"alias": ["force:cmdt:field:create", "cmdt:field:create"]
},
{
"command": "cmdt:generate:fromorg",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": [
"api-version",
"dev-name",
"ignore-unsupported",
"json",
"label",
"loglevel",
"plural-label",
"records-output-dir",
"sobject",
"target-org",
"type-output-directory",
"visibility"
],
"alias": ["force:cmdt:generate"]
},
{
"command": "cmdt:generate:object",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": ["json", "label", "loglevel", "output-directory", "plural-label", "type-name", "visibility"],
"alias": ["force:cmdt:create", "cmdt:create"]
},
{
"command": "cmdt:generate:record",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": [
"input-directory",
"json",
"label",
"loglevel",
"output-directory",
"protected",
"record-name",
"type-name"
],
"alias": ["force:cmdt:record:create", "cmdt:record:create"]
},
{
"command": "cmdt:generate:records",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": ["csv", "input-directory", "json", "loglevel", "name-column", "output-directory", "type-name"],
"alias": ["force:cmdt:record:insert", "cmdt:record:insert"]
},
{
"command": "commands",
"plugin": "@oclif/plugin-commands",
Expand Down Expand Up @@ -464,88 +516,12 @@
"flags": ["environment", "json", "target-compute"],
"alias": []
},
{
"command": "generate:cmdt:field",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": ["decimal-places", "json", "label", "loglevel", "name", "output-directory", "picklist-values", "type"],
"alias": ["force:cmdt:field:create", "cmdt:field:create"]
},
{
"command": "generate:cmdt:fromorg",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": [
"api-version",
"dev-name",
"ignore-unsupported",
"json",
"label",
"loglevel",
"plural-label",
"records-output-dir",
"sobject",
"target-org",
"type-output-directory",
"visibility"
],
"alias": ["force:cmdt:generate"]
},
{
"command": "generate:cmdt:object",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": ["json", "label", "loglevel", "output-directory", "plural-label", "type-name", "visibility"],
"alias": ["force:cmdt:create", "cmdt:create"]
},
{
"command": "generate:cmdt:record",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": [
"input-directory",
"json",
"label",
"loglevel",
"output-directory",
"protected",
"record-name",
"type-name"
],
"alias": ["force:cmdt:record:create", "cmdt:record:create"]
},
{
"command": "generate:cmdt:records",
"plugin": "@salesforce/plugin-custom-metadata",
"flags": ["csv", "input-directory", "json", "loglevel", "name-column", "output-directory", "type-name"],
"alias": ["force:cmdt:record:insert", "cmdt:record:insert"]
},
{
"command": "generate:function",
"plugin": "@salesforce/plugin-functions",
"flags": ["function-name", "language", "name"],
"alias": []
},
{
"command": "generate:metadata:field",
"plugin": "@salesforce/plugin-sobject",
"flags": ["label", "object"],
"alias": []
},
{
"command": "generate:metadata:platformevent",
"plugin": "@salesforce/plugin-sobject",
"flags": ["label"],
"alias": []
},
{
"command": "generate:metadata:sobject",
"plugin": "@salesforce/plugin-sobject",
"flags": ["label", "use-default-features"],
"alias": []
},
{
"command": "generate:metadata:tab",
"plugin": "@salesforce/plugin-sobject",
"flags": ["directory", "icon", "json", "object"],
"alias": []
},
{
"command": "generate:project",
"plugin": "@salesforce/plugin-generate",
Expand Down Expand Up @@ -795,6 +771,30 @@
"flags": ["debug-port", "language", "path", "port"],
"alias": []
},
{
"command": "schema:generate:field",
"plugin": "@salesforce/plugin-sobject",
"flags": ["label", "object"],
"alias": ["generate:metadata:field"]
},
{
"command": "schema:generate:platformevent",
"plugin": "@salesforce/plugin-sobject",
"flags": ["label"],
"alias": ["generate:metadata:platformevent"]
},
{
"command": "schema:generate:sobject",
"plugin": "@salesforce/plugin-sobject",
"flags": ["label", "use-default-features"],
"alias": ["generate:metadata:sobject"]
},
{
"command": "schema:generate:tab",
"plugin": "@salesforce/plugin-sobject",
"flags": ["directory", "icon", "json", "object"],
"alias": ["generate:metadata:tab"]
},
{
"command": "search",
"plugin": "@oclif/plugin-search",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "1.63.0",
"version": "1.63.1",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down Expand Up @@ -123,11 +123,11 @@
"@salesforce/plugin-login": "1.1.16",
"@salesforce/plugin-schema": "2.2.3",
"@salesforce/plugin-settings": "1.1.15",
"@salesforce/plugin-sobject": "0.0.41",
"@salesforce/plugin-sobject": "0.0.42",
"@salesforce/plugin-telemetry": "2.0.6",
"@salesforce/plugin-data": "2.1.22",
"@salesforce/plugin-community": "2.1.4",
"@salesforce/plugin-custom-metadata": "2.0.15",
"@salesforce/plugin-custom-metadata": "2.0.16",
"@salesforce/plugin-trust": "2.3.0",
"@salesforce/plugin-signups": "1.3.1",
"semver": "^7.3.8",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/PlatformEventGenerateResult",
"definitions": {
"PlatformEventGenerateResult": {
"type": "object",
"properties": {
"object": {
"$ref": "#/definitions/SaveablePlatformEvent"
},
"path": {
"type": "string"
}
},
"required": ["object", "path"],
"additionalProperties": false
},
"SaveablePlatformEvent": {
"type": "object",
"properties": {
"fullName": {
"type": ["string", "null"]
},
"label": {
"type": ["string", "null"]
},
"deploymentStatus": {
"type": ["string", "null"]
},
"description": {
"type": ["string", "null"]
},
"pluralLabel": {
"type": ["string", "null"]
},
"eventType": {
"type": ["string", "null"]
},
"publishBehavior": {
"type": ["string", "null"]
}
},
"additionalProperties": false,
"description": "There are a lot of properties that we don't, and some that jsforce thinks are mandatory that aren't. Many apply to the various sub-species (mdt, external, events)\n\nThis type represents a PlatformEvent that can deploy."
}
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
read-package-json-fast "^2.0.3"
which "^2.0.2"

"@oclif/color@^1.0.2", "@oclif/color@^1.0.3":
"@oclif/color@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.3.tgz#1a303b533a832a0af563006eb9a6883ebe3b77ed"
integrity sha512-E+KKAE5CKhXRBZEoZLe5yNR0VHmba1m1fxz8HlpcWjHF5Pdhhf6W/0XMmed6vwQCmyzL/YLwdspCRfu0A1cgGA==
Expand Down Expand Up @@ -1559,10 +1559,10 @@
"@salesforce/sf-plugins-core" "^1.21.5"
tslib "^2"

"@salesforce/[email protected].15":
version "2.0.15"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-custom-metadata/-/plugin-custom-metadata-2.0.15.tgz#74ce123afb2a8755912b70d75c0a92cacf8c7e18"
integrity sha512-GBXv+Ro5VrAdfZ+KzA1EgUSgzVl5kVACvbqe3xRrYpWh5DVH8g7I6Q/NVipx7g7HOYdc2wnwue8R0DpwXLqpXA==
"@salesforce/[email protected].16":
version "2.0.16"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-custom-metadata/-/plugin-custom-metadata-2.0.16.tgz#db0f3fa2039ec54f4fba29a29562ccf1a2187eab"
integrity sha512-0lySU9s7K77+KjknwOHLPOJaORcraY5oHlWlwS31+0h7jsL8dfg7jlHybMPfno0rfhm85NMJAqTqw72coT7XjQ==
dependencies:
"@oclif/core" "^1.22.0"
"@salesforce/core" "^3.33.0"
Expand Down Expand Up @@ -1769,10 +1769,10 @@
change-case "^4.1.2"
tslib "^2"

"@salesforce/[email protected].41":
version "0.0.41"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-0.0.41.tgz#dd0ab987a502167c63314ad3345d1f47fa8ef36c"
integrity sha512-pUGw7/XDVkPuZS9MUN9lsNMZ9ae2YAs4un6ht/oSYrboKoNlEFZkOeysm6oDSE/OKjdI/JdsI3IV8SQvMOu7Sw==
"@salesforce/[email protected].42":
version "0.0.42"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-0.0.42.tgz#a0857141690e961a9f4a7cc49d30ca257e5f1514"
integrity sha512-fzXluysLF2DRXcrMVle29iEzaYIHSPQc4KcsDAAj41eCVoXnbRK7xbw0RqQy88xnLAyF3IV4tHfxEUX/foSs8g==
dependencies:
"@oclif/core" "^1.23.1"
"@salesforce/core" "^3.32.13"
Expand Down

0 comments on commit a5ec4d6

Please sign in to comment.