You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have secrets for our Sandboxes, but we are still working on making them available for SDK users. The example you sent is likely because you did not send the "ENTER" character to actually run the command. shell.write just writes to the shell, so you need to give it all characters, including "hitting enter" 😄
I tried something like
echo 'export MY_SECRET="secure_value"' >> ~/.bashrc && source ~/.bashrc
but it doesn't workThe text was updated successfully, but these errors were encountered: