configu / configu

Open-source ConfigOps infrastructure ⚙️

Home Page:https://configu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onboarding uses wrong filename "get-started" vs "start"

mdp opened this issue · comments

Current Behavior

Onboarding says

configu upsert \
--store 'configu' --set 'Development' --schema './get-started.cfgu.json' \
--config 'GREETING=hey' -c 'SUBJECT=Mark Percival' \
&& configu upsert \
--store 'configu' --set 'Development/QA' --schema './get-started.cfgu.json' \
-c 'GREETING=welcome'

But not the 'get-started' flag actually names the config file 'start.cfgu.json' -

Expected Behavior

configu upsert \
--store 'configu' --set 'Development' --schema './start.cfgu.json' \
--config 'GREETING=hey' -c 'SUBJECT=Mark Percival' \
&& configu upsert \
--store 'configu' --set 'Development/QA' --schema './start.cfgu.json' \
-c 'GREETING=welcome'

To Reproduce

Go through the onboarding process, try to run the upsert and eval commands as stated.

Context

Onboarding flow

Thank you for bringing this to our attention! I've created an issue for this in the configu documentation repository and linked this issue to it. This is an issue exclusive to our docs so I will be closing this one. Let me know if you're interested in contributing, if so, make a comment there asking me to assign it to you. If not, we will take care of it as soon as possible.