-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
$ expose config listproject: expose
port: 3000
$ expose config get port3000
- Read .expose.yml from current directory
config list→ show all valuesconfig get <key>→ return specific value- Handle missing file gracefully
- Tests ≥ 75% coverage
Notes
MVP only.
set / unset features planned for v0.2.0
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request