Skip to content
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

Add how to manage ASM and AWS Param Store using Configu recipe #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pelegpor
Copy link
Contributor

@pelegpor pelegpor commented Sep 6, 2023

No description provided.

@gatsby-cloud
Copy link

gatsby-cloud bot commented Sep 6, 2023

✅ docs deploy preview ready

Running a local environment was never easier, run Configu seamlessly with your app.

```bash
configu eval --schema "./app.cfgu.json" --defaults | configu export --run "node app.js"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure where the "--defaults" flag came from but eval doesn't have this flag. It's a flag that "init" has

Suggested change
configu eval --schema "./app.cfgu.json" --defaults | configu export --run "node app.js"
configu eval --schema "./app.cfgu.json" | configu export --run "node app.js"

---

Today's dev teams are tasked with managing Config Ops on the _platform_ as well,
Configu lets you only worry about your application [schemas](/config-schema), with Configu providing the rest of what's needed, including managing the diffrent storage platforms
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Configu lets you only worry about your application [schemas](/config-schema), with Configu providing the rest of what's needed, including managing the diffrent storage platforms
Configu lets you only worry about your application [schemas](/config-schema), with Configu providing the rest of what's needed, including managing the different storage platforms

@pelegpor pelegpor self-assigned this Sep 10, 2023
@pelegpor pelegpor added the documentation Improvements or additions to documentation label Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants