Skip to content

Commit

Permalink
Added .git folder info for the ctp-select-project to the how-to-use…
Browse files Browse the repository at this point in the history
… docs
AllRWeak authored and Lauri-L committed Jan 14, 2024
1 parent 74cfa19 commit 3614898
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/02-how-to-use.md
Original file line number Diff line number Diff line change
@@ -18,11 +18,13 @@ Once inside the Catapult container you can type `ctp-` and use the tab key to se

## General commands

- Lists all available projects under /srv/inventories and allows you to select one if there is only one project the command will select it automatically
- Lists all available projects under /srv/inventories and allows you to select one if there is only one project the command will select it automatically. The command looks for projects that contain .git folder. If you are not using git for your project you can create an empty .git folder to make the project selectable.

````zsh

```zsh
ctp-select-project
```
````
## Deploy commands

0 comments on commit 3614898

Please sign in to comment.