The CLI exposes sh1pt ship target list, but the command currently behaves as a placeholder instead of reading configured targets. That makes it difficult to inspect the targets in sh1pt.config.ts or script against them.
Expected behavior:
- list configured target ids from the default config
- include target use/enabled metadata when available
- support JSON output for automation
- allow an explicit config path for alternate config files
Follow-up PR: #557
The CLI exposes
sh1pt ship target list, but the command currently behaves as a placeholder instead of reading configured targets. That makes it difficult to inspect thetargetsinsh1pt.config.tsor script against them.Expected behavior:
Follow-up PR: #557