@salesforce/plugin-release-management 4.4.18 → 4.4.20
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 +19 -19
- package/lib/amazonS3.js +3 -3
- package/lib/amazonS3.js.map +1 -1
- package/lib/codeSigning/SimplifiedSigning.js +7 -7
- package/lib/codeSigning/SimplifiedSigning.js.map +1 -1
- package/lib/codeSigning/packAndSign.js +11 -11
- package/lib/codeSigning/packAndSign.js.map +1 -1
- package/lib/commands/channel/promote.js +10 -10
- package/lib/commands/channel/promote.js.map +1 -1
- package/lib/commands/cli/artifacts/compare.js +4 -4
- package/lib/commands/cli/artifacts/compare.js.map +1 -1
- package/lib/commands/cli/install/jit/test.js +2 -2
- package/lib/commands/cli/install/jit/test.js.map +1 -1
- package/lib/commands/cli/install/test.js +7 -7
- package/lib/commands/cli/install/test.js.map +1 -1
- package/lib/commands/cli/release/automerge.js +5 -5
- package/lib/commands/cli/release/automerge.js.map +1 -1
- package/lib/commands/cli/release/build.js +14 -14
- package/lib/commands/cli/release/build.js.map +1 -1
- package/lib/commands/cli/releasenotes.js +3 -3
- package/lib/commands/cli/releasenotes.js.map +1 -1
- package/lib/commands/cli/schemas/compare.js +2 -2
- package/lib/commands/cli/schemas/compare.js.map +1 -1
- package/lib/commands/cli/tarballs/prepare.js +3 -3
- package/lib/commands/cli/tarballs/prepare.js.map +1 -1
- package/lib/commands/cli/tarballs/smoke.js +6 -6
- package/lib/commands/cli/tarballs/smoke.js.map +1 -1
- package/lib/commands/cli/tarballs/verify.js +3 -3
- package/lib/commands/cli/tarballs/verify.js.map +1 -1
- package/lib/commands/cli/versions/inspect.js +9 -9
- package/lib/commands/cli/versions/inspect.js.map +1 -1
- package/lib/commands/dependabot/automerge.js +3 -2
- package/lib/commands/dependabot/automerge.js.map +1 -1
- package/lib/commands/github/check/closed.js +3 -2
- package/lib/commands/github/check/closed.js.map +1 -1
- package/lib/commands/npm/dependencies/pin.js +2 -2
- package/lib/commands/npm/dependencies/pin.js.map +1 -1
- package/lib/commands/npm/package/release.js +9 -9
- package/lib/commands/npm/package/release.js.map +1 -1
- package/lib/dependabot.js +1 -1
- package/lib/dependabot.js.map +1 -1
- package/lib/jit.js +6 -6
- package/lib/jit.js.map +1 -1
- package/lib/package.js +2 -2
- package/lib/package.js.map +1 -1
- package/lib/registry.js +5 -5
- package/lib/registry.js.map +1 -1
- package/lib/repository.js +1 -1
- package/lib/repository.js.map +1 -1
- package/messages/channel.promote.md +84 -0
- package/messages/cli.artifacts.compare.md +39 -0
- package/messages/cli.install.test.md +31 -0
- package/messages/cli.release.automerge.md +27 -0
- package/messages/cli.release.build.md +71 -0
- package/messages/cli.releasenotes.md +30 -0
- package/messages/cli.schemas.compare.md +7 -0
- package/messages/cli.tarballs.prepare.md +19 -0
- package/messages/cli.tarballs.smoke.md +14 -0
- package/messages/cli.tarballs.verify.md +19 -0
- package/messages/cli.versions.inspect.md +45 -0
- package/messages/dependabot.automerge.md +19 -0
- package/messages/dependabot.consolidate.md +43 -0
- package/messages/github.check.closed.md +2 -2
- package/messages/npm.dependencies.pin.md +11 -0
- package/messages/npm.package.promote.md +23 -0
- package/messages/npm.package.release.md +43 -0
- package/messages/repositories.md +10 -0
- package/npm-shrinkwrap.json +770 -679
- package/oclif.manifest.json +7 -7
- package/package.json +7 -7
- package/messages/channel.promote.json +0 -26
- package/messages/circleci.json +0 -32
- package/messages/cli.artifacts.compare.json +0 -12
- package/messages/cli.install.test.json +0 -14
- package/messages/cli.release.automerge.json +0 -9
- package/messages/cli.release.build.json +0 -28
- package/messages/cli.releasenotes.json +0 -14
- package/messages/cli.schemas.collect.json +0 -4
- package/messages/cli.schemas.compare.json +0 -4
- package/messages/cli.tarballs.prepare.json +0 -7
- package/messages/cli.tarballs.smoke.json +0 -5
- package/messages/cli.tarballs.verify.json +0 -10
- package/messages/cli.versions.inspect.json +0 -20
- package/messages/dependabot.automerge.json +0 -10
- package/messages/dependabot.consolidate.json +0 -16
- package/messages/messages.json +0 -22
- package/messages/npm.dependencies.pin.json +0 -7
- package/messages/npm.package.promote.json +0 -9
- package/messages/npm.package.release.json +0 -13
- package/messages/repositories.json +0 -7
- package/messages/trust.sign.json +0 -8
- package/messages/trust.upload.json +0 -7
- package/messages/typescript.update.json +0 -7
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.4.
|
|
2
|
+
"version": "4.4.20",
|
|
3
3
|
"commands": {
|
|
4
4
|
"channel:promote": {
|
|
5
5
|
"id": "channel:promote",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
},
|
|
138
138
|
"cli:releasenotes": {
|
|
139
139
|
"id": "cli:releasenotes",
|
|
140
|
-
"summary": "pull all relevant information for writing release notes.\
|
|
141
|
-
"description": "pull all relevant information for writing release notes.\
|
|
140
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
141
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
142
142
|
"strict": true,
|
|
143
143
|
"pluginName": "@salesforce/plugin-release-management",
|
|
144
144
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"name": "types",
|
|
722
722
|
"type": "boolean",
|
|
723
723
|
"char": "t",
|
|
724
|
-
"summary": "remove all types (.d.ts) files from node_modules
|
|
724
|
+
"summary": "remove all types (.d.ts) files from node_modules",
|
|
725
725
|
"allowNo": false
|
|
726
726
|
},
|
|
727
727
|
"verbose": {
|
|
@@ -735,8 +735,8 @@
|
|
|
735
735
|
},
|
|
736
736
|
"cli:tarballs:smoke": {
|
|
737
737
|
"id": "cli:tarballs:smoke",
|
|
738
|
-
"summary": "smoke tests for the sf CLI\
|
|
739
|
-
"description": "smoke tests for the sf CLI\
|
|
738
|
+
"summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
739
|
+
"description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
740
740
|
"strict": true,
|
|
741
741
|
"pluginName": "@salesforce/plugin-release-management",
|
|
742
742
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
827
827
|
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
828
828
|
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
829
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce
|
|
829
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
830
830
|
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
831
831
|
],
|
|
832
832
|
"flags": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.20",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"@salesforce/core": "^5.3.14",
|
|
17
17
|
"@salesforce/kit": "^3.0.15",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.0.36",
|
|
19
|
-
"@salesforce/plugin-trust": "^2.6.
|
|
19
|
+
"@salesforce/plugin-trust": "^2.6.22",
|
|
20
20
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
21
21
|
"@salesforce/ts-types": "^2.0.9",
|
|
22
|
-
"aws-sdk": "^2.
|
|
22
|
+
"aws-sdk": "^2.1488.0",
|
|
23
23
|
"chalk": "^4.1.0",
|
|
24
24
|
"fast-glob": "^3.3.1",
|
|
25
25
|
"got": "^11.8.6",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
37
37
|
"@salesforce/dev-config": "^4.0.1",
|
|
38
|
-
"@salesforce/dev-scripts": "^5.
|
|
38
|
+
"@salesforce/dev-scripts": "^5.12.2",
|
|
39
39
|
"@salesforce/prettier-config": "^0.0.3",
|
|
40
40
|
"@salesforce/ts-sinon": "1.4.17",
|
|
41
41
|
"@swc/core": "1.3.39",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@typescript-eslint/parser": "^5.61.0",
|
|
46
46
|
"aws-sdk-mock": "^5.8.0",
|
|
47
47
|
"chai": "^4.3.10",
|
|
48
|
-
"eslint": "^8.
|
|
48
|
+
"eslint": "^8.52.0",
|
|
49
49
|
"eslint-config-prettier": "^8.10.0",
|
|
50
50
|
"eslint-config-salesforce": "^2.0.2",
|
|
51
51
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
52
|
-
"eslint-config-salesforce-typescript": "^
|
|
52
|
+
"eslint-config-salesforce-typescript": "^2.0.0",
|
|
53
53
|
"eslint-plugin-header": "^3.1.1",
|
|
54
54
|
"eslint-plugin-import": "2.28.1",
|
|
55
|
-
"eslint-plugin-jsdoc": "^
|
|
55
|
+
"eslint-plugin-jsdoc": "^46.8.2",
|
|
56
56
|
"eslint-plugin-sf-plugin": "^1.16.12",
|
|
57
57
|
"husky": "^7.0.4",
|
|
58
58
|
"mocha": "^9.1.3",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "promote a s3 channel",
|
|
3
|
-
"summary": "promote a s3 channel",
|
|
4
|
-
"examples": [
|
|
5
|
-
"<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
|
|
6
|
-
],
|
|
7
|
-
"dryrun": "If true, only show what would happen",
|
|
8
|
-
"candidate": "the channel name that you want to promote",
|
|
9
|
-
"target": "the channel name that you are promoting to",
|
|
10
|
-
"cli": "the cli name to promote",
|
|
11
|
-
"platform": "the platform to promote",
|
|
12
|
-
"sha": "the short sha to promote",
|
|
13
|
-
"maxage": "cache control max-age in seconds",
|
|
14
|
-
"indexes": "append the promoted urls into the index files",
|
|
15
|
-
"xz": "also upload xz",
|
|
16
|
-
"targets": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
|
|
17
|
-
"version": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
|
|
18
|
-
"InvalidToken": "This command requires a valid amazon s3 login",
|
|
19
|
-
"InvalidTag": "the %s channel does not exist in Amazon",
|
|
20
|
-
"CannotPromoteToSameChannel": "Candidate and target channels cannot the same.",
|
|
21
|
-
"DryRunMessage": "Dry run results.\nPromoting cli %s version %s commit %s to channel %s for platforms %s",
|
|
22
|
-
"MissingDependencies": "Missing required environment variables or utilities",
|
|
23
|
-
"CouldNotDetermineShaAndVersion": "Could not determine sha and version from provided parameters",
|
|
24
|
-
"CouldNotLocateShaForVersion": "Could locate sha for version \"%s\" in S3",
|
|
25
|
-
"CouldNotLocateVersionForSha": "Could locate version for sha \"%s\" in S3"
|
|
26
|
-
}
|
package/messages/circleci.json
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"list": {
|
|
3
|
-
"description": "list known Circle CI slugs from '<%= config.bin %> repositories'",
|
|
4
|
-
"examples": ["<%= config.bin %> <%= command.id %> -t plugin"],
|
|
5
|
-
"flags": {
|
|
6
|
-
"type": "filter based on type of package"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
"envvar": {
|
|
10
|
-
"update": {
|
|
11
|
-
"description": "update environment variable(s) on Circle CI slug(s)\nUpdates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist on the slug. You will be prompted for the environment variable values unless they already exist on the process. The slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).",
|
|
12
|
-
"examples": [
|
|
13
|
-
"<%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -s 'gh/<org>/<repository>'",
|
|
14
|
-
"echo \"gh/<org>/<repository>\" | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR'",
|
|
15
|
-
"<%= config.bin %> circleci -t plugin | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'"
|
|
16
|
-
]
|
|
17
|
-
},
|
|
18
|
-
"create": {
|
|
19
|
-
"description": "create environment variable(s) on Circle CI slug(s)\nCreates one or more environment variables on one or more CIrcle CI slugs. The environment variables cannot exist on the slug. You will be prompted for the environment variable values unless they already exist on the process. The slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).",
|
|
20
|
-
"examples": [
|
|
21
|
-
"<%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -s 'gh/<org>/<repository>'",
|
|
22
|
-
"echo \"gh/<org>/<repository>\" | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR'",
|
|
23
|
-
"<%= config.bin %> circleci -t plugin | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'"
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
"flags": {
|
|
27
|
-
"envvar": "a environment variables to set on the given circle slug(s)",
|
|
28
|
-
"slug": "a circle ci slugs in the format <vcs>/<org name>/<repo name>",
|
|
29
|
-
"dryrun": "do validation but do not update the environment variable values"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
3
|
-
"examples": ["<%= config.bin %> <%= command.id %>"],
|
|
4
|
-
"error.BreakingChanges": "Breaking changes found in artifacts",
|
|
5
|
-
"flags.plugins.summary": "List of plugins to check for breaking changes.",
|
|
6
|
-
"flags.previous.summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
7
|
-
"flags.current.summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
8
|
-
"error.VersionNotFound": "Version not found: %s.",
|
|
9
|
-
"error.InvalidVersions": "Current version %s must be newer than previous version %s.",
|
|
10
|
-
"error.InvalidRepo": "This command must be run from the root directory of @salesforce/cli or sfdx-cli.",
|
|
11
|
-
"error.VersionNotPinned": "Plugin %s is not pinned in package.json."
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "install sf or sfdx",
|
|
3
|
-
"examples": [
|
|
4
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
|
|
5
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
|
|
6
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
|
|
7
|
-
"<%= config.bin %> <%= command.id %> --cli sf --method tarball",
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
|
|
9
|
-
],
|
|
10
|
-
"cliFlag": "the cli to install",
|
|
11
|
-
"methodFlag": "the installation method to use",
|
|
12
|
-
"channelFlag": "the channel to install from",
|
|
13
|
-
"outputFileFlag": "the file to write the JSON results to (must be .json)"
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "Attempt to automerge nightly PR",
|
|
3
|
-
"owner": "Github owner (org), example: salesforcecli",
|
|
4
|
-
"repo": "Github repo, example: sfdx-cli",
|
|
5
|
-
"pull-number": "Github pull request number to merge",
|
|
6
|
-
"dry-run": "Run all checks, but do not merge PR",
|
|
7
|
-
"verbose": "Show additional debug output",
|
|
8
|
-
"examples": ["<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"]
|
|
9
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
3
|
-
"examples": [
|
|
4
|
-
"<%= config.bin %> <%= command.id %>",
|
|
5
|
-
"<%= config.bin %> <%= command.id %> --patch",
|
|
6
|
-
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
7
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
9
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
10
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
11
|
-
"<%= config.bin %> <%= command.id %> --build-only",
|
|
12
|
-
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config"
|
|
13
|
-
],
|
|
14
|
-
"flags": {
|
|
15
|
-
"startFromNpmDistTag": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
16
|
-
"startFromGithubRef": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
17
|
-
"releaseChannel": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
18
|
-
"resolutions": "bump the versions of packages listed in the resolutions section",
|
|
19
|
-
"pinnedDeps": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
20
|
-
"jit": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
21
|
-
"label": "add one or more labels to the Github PR",
|
|
22
|
-
"only": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
23
|
-
"patch": "bump the release as a patch of an existing version, not a new minor version",
|
|
24
|
-
"buildOnly": "only build the release, do not git add/commit/push",
|
|
25
|
-
"empty": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
26
|
-
"prBaseBranch": "base branch to create the PR against; if not specified, the build determines the branch for you"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "pull all relevant information for writing release notes.\n Requires the GH_TOKEN to be set in the environment.",
|
|
3
|
-
"examples": [
|
|
4
|
-
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
5
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
6
|
-
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
7
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
9
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
10
|
-
],
|
|
11
|
-
"cliFlag": "the cli to pull information for",
|
|
12
|
-
"sinceFlag": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
13
|
-
"markdownFlag": "format the output in markdown"
|
|
14
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "remove unnecessary files from node_modules",
|
|
3
|
-
"dryrun": "only show what would be removed from node_modules",
|
|
4
|
-
"verbose": "show all files paths being removed",
|
|
5
|
-
"types": "remove all types (.d.ts) files from node_modules ",
|
|
6
|
-
"examples": ["<%= config.bin %> <%= command.id %>"]
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "verify that tarballs are ready to be uploaded",
|
|
3
|
-
"cli": "the cli to verify",
|
|
4
|
-
"windowsUsernameBuffer": "the number of characters to allow for windows usernames",
|
|
5
|
-
"examples": [
|
|
6
|
-
"<%= config.bin %> <%= command.id %>",
|
|
7
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
9
|
-
]
|
|
10
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "inspect the CLI version across all install paths",
|
|
3
|
-
"deps": "glob pattern of dependencies you want to see the version of",
|
|
4
|
-
"salesforce": "show versions of salesforce owned dependencies",
|
|
5
|
-
"channels": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
|
|
6
|
-
"locations": "the location you want to inspect",
|
|
7
|
-
"cli": "the CLI you want to inspect",
|
|
8
|
-
"examples": [
|
|
9
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
10
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
11
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
12
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
13
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
14
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
15
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
16
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
17
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/**/ salesforce-alm",
|
|
18
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
|
|
3
|
-
"skipCi": "add [skip ci] to the merge commit title",
|
|
4
|
-
"mergeMethod": "merge method to use",
|
|
5
|
-
"examples": [
|
|
6
|
-
"<%= config.bin %> <%= command.id %> --max-version-bump patch",
|
|
7
|
-
"<%= config.bin %> <%= command.id %> --max-version-bump minor",
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --max-version-bump major"
|
|
9
|
-
]
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "consolidate dependabot PRs into a single PR",
|
|
3
|
-
"maxVersionBump": "the maximum version bump you want to be included",
|
|
4
|
-
"dryrun": "only show what would happen if you consolidated dependabot PRs",
|
|
5
|
-
"baseBranch": "name of the base branch for merging",
|
|
6
|
-
"targetBranch": "name of the target branch for merging",
|
|
7
|
-
"noPR": "do everything but create the PR",
|
|
8
|
-
"ignore": "ignore any PRs with titles that include this value",
|
|
9
|
-
"owner": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
|
|
10
|
-
"repo": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
|
|
11
|
-
"examples": [
|
|
12
|
-
"<%= config.bin %> <%= command.id %> --max-version-bump patch",
|
|
13
|
-
"<%= config.bin %> <%= command.id %> --max-version-bump minor",
|
|
14
|
-
"<%= config.bin %> <%= command.id %> --max-version-bump major"
|
|
15
|
-
]
|
|
16
|
-
}
|
package/messages/messages.json
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"HelpDefaults": "If not supplied, the apiversion, template, and outputdir use default values.\n",
|
|
3
|
-
"HelpOutputDirRelative": "The outputdir can be an absolute path or relative to the current working directory.\n",
|
|
4
|
-
"HelpOutputDirRelativeLightning": "If you don’t specify an outputdir, we create a subfolder in your current working directory with the name of your bundle. For example, if the current working directory is force-app and your Lightning bundle is called myBundle, we create force-app/myBundle/ to store the files in the bundle.\n",
|
|
5
|
-
"HelpExamplesTitle": "\nExamples:\n",
|
|
6
|
-
"OutputDirFlagDescription": "folder for saving the created files",
|
|
7
|
-
"OutputDirFlagLongDescription": "The directory to store the newly created files. The location can be an absolute path or relative to the current working directory. The default is the current directory.",
|
|
8
|
-
"TemplateFlagDescription": "template to use for file creation",
|
|
9
|
-
"TemplateFlagLongDescription": "The template to use to create the file. Supplied parameter values or default values are filled into a copy of the template.",
|
|
10
|
-
"TargetDirOutput": "target dir = %s",
|
|
11
|
-
"App": "app",
|
|
12
|
-
"Event": "event",
|
|
13
|
-
"Interface": "interface",
|
|
14
|
-
"Test": "test",
|
|
15
|
-
"Component": "component",
|
|
16
|
-
"Page": "page",
|
|
17
|
-
|
|
18
|
-
"AlphaNumericNameError": "Name must contain only alphanumeric characters.",
|
|
19
|
-
"NameMustStartWithLetterError": "Name must start with a letter.",
|
|
20
|
-
"EndWithUnderscoreError": "Name can't end with an underscore.",
|
|
21
|
-
"DoubleUnderscoreError": "Name can't contain 2 consecutive underscores."
|
|
22
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
3
|
-
"flags": {
|
|
4
|
-
"tag": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
5
|
-
"dryrun": "If true, will not make any changes to the package.json"
|
|
6
|
-
}
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "promote an npm package",
|
|
3
|
-
"examples": ["<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest"],
|
|
4
|
-
"dryrun": "If true, only show what would happen",
|
|
5
|
-
"candidate": "the npm tag that you want to promote",
|
|
6
|
-
"target": "the npm tag that you are promoting to",
|
|
7
|
-
"InvalidToken": "This command requries an npm publish token.",
|
|
8
|
-
"InvalidTag": "the %s tag does not exist in npm."
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "publish npm package",
|
|
3
|
-
"dryrun": "If true, will not commit changes to repo or push any tags",
|
|
4
|
-
"sign": "If true, then the package will be signed and the signature will be uploaded to S3",
|
|
5
|
-
"npmTag": "tag to use when publishing to npm",
|
|
6
|
-
"npmAccess": "access level to use when publishing to npm",
|
|
7
|
-
"install": "run yarn install and build on repository",
|
|
8
|
-
"githubtag": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
|
|
9
|
-
"prerelease": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
|
|
10
|
-
"verify": "verify npm registry has new version after publish and digital signature",
|
|
11
|
-
"InvalidNextVersion": "%s already exists in the public npm registry",
|
|
12
|
-
"MissingDependencies": "Missing requred environment variables or utilites"
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
|
|
3
|
-
"examples": [
|
|
4
|
-
"<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
|
|
5
|
-
"<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
|
|
6
|
-
]
|
|
7
|
-
}
|
package/messages/trust.sign.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "pack an npm package and produce a tgz file along with a corresponding digital signature",
|
|
3
|
-
"signatureUrl": "the url location where the signature will be hosted minus the name of the actual signature file.",
|
|
4
|
-
"publicKeyUrl": "the url where the public key/certificate will be hosted.",
|
|
5
|
-
"privateKeyPath": "the local file path for the private key.",
|
|
6
|
-
"target": "the package path you want to target for signing. Defaults to the current working directory.",
|
|
7
|
-
"tarPath": "specify the package tgz path to sign instead of generating one from the target package"
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "upload signature to S3. Requires AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID to be set in the environment",
|
|
3
|
-
"signature": "path to .sig file you want to upload to S3",
|
|
4
|
-
"bucket": "name of S3 bucket",
|
|
5
|
-
"keyPrefix": "prefix to add to S3 key",
|
|
6
|
-
"MissingAwsEnVars": "AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID are required to be set in the environment"
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "Runs tests with updated typescript version and ES target",
|
|
3
|
-
"typescriptVersion": "Specify the typescript version you'd like to update to. Defaults to latest if not specified",
|
|
4
|
-
"esTarget": "Specify the ES target you'd like to use. Defaults to ESNext if not specified",
|
|
5
|
-
"InvalidTypescriptVersion": "typescript version %s does not exist",
|
|
6
|
-
"InvalidTargetVersion": "Invalid ES target: %s."
|
|
7
|
-
}
|