Commit 251cadb
chore: hide homepage command from public help (#752)
## Summary
- Marks `smithery homepage` (and its `up`/`down`/`status` subcommands)
as hidden from `--help` output
- Subcommands still work when invoked directly — this is a "not GA, may
be removed" pattern, matching how `mcp secrets` and `mcp logs` are
already hidden in `src/index.ts`
## Why
We may pull this command in the future and don't want users to depend on
it as a public surface in the 1.0.0 release.
## Test plan
- [x] `pnpm run build` succeeds
- [x] `node dist/index.js --help` no longer lists `homepage`
- [x] `node dist/index.js homepage --help` still works and shows
subcommands
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 683a982 commit 251cadb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1242 | 1242 | | |
1243 | 1243 | | |
1244 | 1244 | | |
1245 | | - | |
| 1245 | + | |
1246 | 1246 | | |
1247 | | - | |
| 1247 | + | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
| |||
0 commit comments