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
I can't import parameters from an oprah exports file.
# yarn oprah export -s acg Oprah: Stage --> acg Oprah: Config --> /Users/taylor/Documents/projects/src/acloudguru/cloud-optimization/aws/cost-and-usage/oprah.yml Oprah: Getting parameters.. Oprah: Saving parameters to: /tmp/oprah-exports.json Oprah: Done. ✨ Done in 1.02s. # yarn oprah import -s acg Oprah: Stage --> acg Oprah: Config --> /Users/taylor/Documents/projects/src/acloudguru/cloud-optimization/aws/cost-and-usage/oprah.yml Oprah: Getting parameters from: /tmp/oprah-exports.json Oprah: Updating config... Oprah: ERROR: TypeError: Reduce of empty array with no initial value
For bug reports:
oprah export
oprah import
service: optimization-service provider: name: ssm config: path: /${stage}/optimization/config defaults: NOTIFICATION_EMAIL: [email protected] SLACK_WORKSPACE_ID: <REDACTED> # PineHeadGurus SLACK_CHANNEL_ID: <REDACTED> # wg-cost-control test: INCLUDE_RESOURCE_IDS: true acg: ORGANISATION_NAME: acloudguru INCLUDE_RESOURCE_IDS: true DAILY_BUDGET_USD: <REDACTED> MONTHLY_BUDGET_USD: <REDACTED> laasprod: ORGANISATION_NAME: laasprod INCLUDE_RESOURCE_IDS: false DAILY_BUDGET_USD: <REDACTED> MONTHLY_BUDGET_USD: <REDACTED>
ERROR: TypeError: Reduce of empty array with no initial value
For feature proposals:
Similar or dependent issues:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a Bug Report
Description
I can't import parameters from an oprah exports file.
For bug reports:
oprah export
oprah export
, then runoprah import
using the same file.ERROR: TypeError: Reduce of empty array with no initial value
For feature proposals:
Similar or dependent issues:
Additional Data
The text was updated successfully, but these errors were encountered: