Skip to content

Commit

Permalink
chore: promote with --indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 13, 2021
1 parent c85eec4 commit 5d7b8ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
command: |
VERSION=$(node -p -e "require('./package.json').version")
SHA=$(git rev-parse --short HEAD)
yarn promote --version $VERSION --sha $SHA --channel stable --max-age 300 --macos
yarn promote --version $VERSION --sha $SHA --channel stable --max-age 300 --macos --indexes
pack-and-upload-windows-installer:
<<: *pack-and-upload-tarballs
Expand All @@ -91,7 +91,7 @@ jobs:
command: |
VERSION=$(node -p -e "require('./package.json').version")
SHA=$(git rev-parse --short HEAD)
yarn promote --version $VERSION --sha $SHA --channel stable --max-age 300 --win
yarn promote --version $VERSION --sha $SHA --channel stable --max-age 300 --win --indexes
promote-verify:
docker:
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": "0.0.15",
"version": "0.0.16",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down Expand Up @@ -66,8 +66,8 @@
"@oclif/plugin-not-found": "^2.1.1",
"@oclif/plugin-plugins": "^1.10.1",
"@sf/env": "npm:@salesforce/[email protected]",
"@sf/func": "npm:@salesforce/[email protected].18",
"@sf/login": "npm:@salesforce/[email protected].5",
"@sf/func": "npm:@salesforce/[email protected].19",
"@sf/login": "npm:@salesforce/[email protected].6",
"@sf/project": "npm:@salesforce/[email protected]",
"@sf/proj-org": "npm:@salesforce/[email protected]",
"@sf/telemetry": "npm:@salesforce/[email protected]",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1192,10 +1192,10 @@
open "^8.2.0"
tslib "^2"

"@sf/func@npm:@salesforce/[email protected].18":
version "0.2.18"
resolved "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-0.2.18.tgz#4a513978ed113951a6964efdef071b02d3e6a604"
integrity sha512-LuxQUycNBgtjUM0KpCaXgDJg4+LxS9TyP1lChOKrMGjjqm9SbSXcAGQug9fxagICEszsKltZzam4MmiLSiP3tw==
"@sf/func@npm:@salesforce/[email protected].19":
version "0.2.19"
resolved "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-0.2.19.tgz#d08fdec6cead3ef85e534d863e67ad691d8321b4"
integrity sha512-8TJG5me67LyMtyAnclLK3UIPjlkqbYGMd6sOyxU9ZJrKg5d+G65M1fQwdo1lvUGIMvfc9YPCB9kFe6JPlJX99Q==
dependencies:
"@heroku-cli/color" "^1.1.14"
"@heroku-cli/schema" "^1.0.25"
Expand Down Expand Up @@ -1227,13 +1227,13 @@
uuid "^8.3.2"
yeoman-environment "~3.3.0"

"@sf/login@npm:@salesforce/[email protected].5":
version "0.0.5"
resolved "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-0.0.5.tgz#a3e22f5835026bf8444aa22dd76fa76dd2c7919b"
integrity sha512-19usbRETGhitUHcoBiJT6Eu5Ct/OTaLyiRBUYSiv2Dl40j4vIO4QnJ0Wogy2Bt0+CA3820NtfaSWJQgyqkJCpg==
"@sf/login@npm:@salesforce/[email protected].6":
version "0.0.6"
resolved "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-0.0.6.tgz#21371a6dcb92a6a307cb051cd6d62a9e0b00a6be"
integrity sha512-HVpf+m9vCq91b8951SzPkjOOrvzkMzebcM/5Y5iKaCLKC/j84QXiXHkSflGPbjJmoyPwqQ6UuaevS7DFu0j7rA==
dependencies:
"@oclif/core" "^0.5.21"
"@salesforce/core" "^3.1.1-v3.1"
"@salesforce/core" "^3.1.1-v3.2"
inquirer "^8.0.0"
open "^8.0.6"
tslib "^2"
Expand Down

0 comments on commit 5d7b8ba

Please sign in to comment.