We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug.
Command: npx heroku config:get FAKE_FIREBASE_PRIVATE_KEY --shell Output: FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\\nxxxxxxxxx\\n-----END PRIVATE KEY-----\\n'
npx heroku config:get FAKE_FIREBASE_PRIVATE_KEY --shell
FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\\nxxxxxxxxx\\n-----END PRIVATE KEY-----\\n'
FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\nxxxxxxxxx\n-----END PRIVATE KEY-----\n'
npx heroku -v heroku/7.35.0 darwin-x64 node-v12.13.0
macOS Catalina 10.15.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
Command:
npx heroku config:get FAKE_FIREBASE_PRIVATE_KEY --shell
Output:
FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\\nxxxxxxxxx\\n-----END PRIVATE KEY-----\\n'
What is the expected behavior?
FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\nxxxxxxxxx\n-----END PRIVATE KEY-----\n'
macOS Catalina 10.15.1
The text was updated successfully, but these errors were encountered: