Skip to content

Commit

Permalink
Updated the command format
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmi2506 committed Dec 11, 2024
1 parent 53fb84b commit 9c4414e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cumulusci/tasks/vlocity/vlocity.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ def _add_token_to_sfdx(self, access_token: str, instance_url: str) -> str:
"""
# TODO: Use the sf v2 form of this command instead (when we migrate)
token_store_cmd = [
"sfdx",
"force:auth:accesstoken:store",
"sf",
"org",
"login",
"access-token",
"--no-prompt",
"--alias",
f"{VBT_SF_ALIAS}",
Expand Down

0 comments on commit 9c4414e

Please sign in to comment.