Description
Add expose config command to view and manage configuration.
Commands
expose config list
Show all config values.
expose config get <key>
Get a specific configuration value.
Example
project: expose
port: 3000
3000
- Read .expose.yml from current directory
config list → show all values
config get <key> → return specific value
- Handle missing file gracefully
- Tests ≥ 75% coverage
Notes
MVP only.
set / unset features planned for v0.2.0
Description
Add
expose configcommand to view and manage configuration.Commands
expose config listShow all config values.
expose config get <key>Get a specific configuration value.
Example
project: expose
port: 3000
3000
config list→ show all valuesconfig get <key>→ return specific valueNotes
MVP only.
set / unset features planned for
v0.2.0