Skip to content

feat: Read and write layered configuration files#150

Open
aldrichtr wants to merge 6 commits into
mainfrom
feat/read-write-layered-config
Open

feat: Read and write layered configuration files#150
aldrichtr wants to merge 6 commits into
mainfrom
feat/read-write-layered-config

Conversation

@aldrichtr
Copy link
Copy Markdown
Owner

@aldrichtr aldrichtr commented Jul 2, 2025

Tasks

  • Get and Set the System, User and Local configuration root directories
  • Update the configuration by layering System, User, and Local configuration options in that order

fixes #148

@aldrichtr aldrichtr self-assigned this Jul 2, 2025
@github-actions github-actions Bot added the flag.review A new issue or pr that needs review label Jul 2, 2025
@aldrichtr aldrichtr added sp.02 2 Story Points. Minor area.configuration and removed flag.review A new issue or pr that needs review labels Jul 2, 2025
- The returned object is modeled after the `$PROFILE` variable
- The object is a string but it needed to be "wrapped" in `[psobject]`
- Now properly adds Local, User, and System properties
@aldrichtr aldrichtr force-pushed the feat/read-write-layered-config branch from 9b1b96a to afe5735 Compare August 22, 2025 20:26
@github-actions github-actions Bot added the flag.review A new issue or pr that needs review label Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area.configuration flag.review A new issue or pr that needs review sp.02 2 Story Points. Minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create functions for reading and writing configuration options

1 participant