You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI commands are located under `internal/cmd`, where each folder includes the source code for a `group` of commands. Inside `pkg` you can find several useful packages that are shared by the commands and provide additional functionality such as `flags`, `globalflags`, `tables`, etc.
@@ -23,9 +28,9 @@ Check the [Authentication](README.md#authentication) section on the README.
23
28
These commands can be executed from the project root:
24
29
25
30
-`make project-tools`: install the required dependencies
26
-
-`make build`: compiles the CLI and saves the binary under _./bin/stackit_
27
-
-`make lint`: lint the code and examples
28
-
-`make generate-docs`: generates Markdown documentation for every command
31
+
-`make build`: compile the CLI and save the binary under _./bin/stackit_
32
+
-`make lint`: lint the code
33
+
-`make generate-docs`: generate Markdown documentation for every command
29
34
-`make test`: run unit tests
30
35
31
36
#### Local development
@@ -54,7 +59,7 @@ To test your changes, you can either:
54
59
55
60
To make your contribution, follow these steps:
56
61
57
-
1. Check open or recently closed [Pull Requests](https://github.com/stackitcloud/stackit-cli/pulls) and [Issues](https://github.com/stackitcloud/stackit-cli/issues)to make sure the contribution you are making has not been already tackled by someone else.
62
+
1. Check open or recently closed [Pull Requests](https://github.com/stackitcloud/stackit-cli/pulls) and [Issues](https://github.com/stackitcloud/stackit-cli/issues)to make sure the contribution you are making has not been already tackled by someone else.
58
63
2. Fork the repo.
59
64
3. Make your changes in a branch that is up-to-date with the original repo's `main` branch.
60
65
4. Commit your changes including a descriptive message
0 commit comments