Skip to content

Commit 521cee8

Browse files
authored
chore(docs): add subcommand registration hint to contribution guide (#979)
1 parent a5438f4 commit 521cee8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Please remember to always add unit tests for `parseInput`, `buildRequest` (in `b
5959

6060
If the new command `bar` is the first command in the CLI using a STACKIT service `foo`, please refer to [Onboarding a new STACKIT service](./CONTRIBUTION.md/#onboarding-a-new-stackit-service).
6161

62+
You may also have to register the `bar` command as a new sub-command:
63+
64+
https://github.com/stackitcloud/stackit-cli/blob/a5438f4cac3a794cb95d04891a83252aa9ae1f1e/internal/cmd/root.go#L162-L195
65+
6266
#### Outputs, prints and debug logs
6367

6468
The CLI has 4 different verbosity levels:

0 commit comments

Comments
 (0)