-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sandbox Creation Text Output #125
Comments
Hi @csaaved, thanks for the kudos and for raising this! You are right, specifying output I'd therefor treat this as a bug. One question: which version of the CLI are you using? The latest version does require the realm to be passed as
In your case not passing the |
Thanks for the response! I was running version 2.3.1. I just updated to 2.4.1. Running the following command: I can see on swagger the sandbox enters the 'creating' stage. Adding the Once sandbox enters 'started' stage, I receive the following error:
|
… sandbox realm is read from dw.json
I think, this is an issue with the bash script. Do you properly assign the output the command ( |
@tobiaslohr You are correct. Thanks again! |
#125 log debug instead of info message in case sandbox realm is read …
First and foremost, thanks for the sfcc cli! I am new to salesforce and I think it's a pretty awesome tool to have.
I am working on using on Demand sandboxes and running into the following issue:
When I run the following command from the docs:
SANDBOX=
sfcc-cisandbox:create <my-realm> -s -j
I viewed my local variable for SANDBOX, and I found the following text assigned to SANDBOX:
Using realm id my-realm from dw.json of new sandbox 007 for realm my-realm triggered and ongoing. Sandbox id is XXXXX-XXXX-XXXXX, status of sandbox is new. You may use
sfcc-ci sandbox:listto check the status of the sandbox. New sandbox host my-realm-007.sandbox.us01.dx.commercecloud.salesforce.com added to list of instances using alias "my-realm-007".
Is this expected? I was under the impression adding the -j flag would output JSON.
Is there some added configuration required in order to output JSON?
Thanks for any help in advance!
The text was updated successfully, but these errors were encountered: