Rename project to git-project-manager
All checks were successful
Build and Publish / release (push) Successful in 1m10s
All checks were successful
Build and Publish / release (push) Successful in 1m10s
This commit is contained in:
30
docs/git-project-manager.md
Normal file
30
docs/git-project-manager.md
Normal file
@ -0,0 +1,30 @@
|
||||
## git-project-manager
|
||||
|
||||
Find and use Git projects locally
|
||||
|
||||
### Synopsis
|
||||
|
||||
Finds Git projects using fuzzy-find, remembering
|
||||
your chosen term for the project as an alias, and offers helpful
|
||||
shortcuts for moving around in projects and opening your code
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
-h, --help help for git-project-manager
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [git-project-manager alias](git-project-manager_alias.md) - Manage project aliases
|
||||
* [git-project-manager cache](git-project-manager_cache.md) - Manage Git project cache
|
||||
* [git-project-manager completion](git-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
* [git-project-manager config](git-project-manager_config.md) - Git Project Manager Configuration
|
||||
* [git-project-manager docs](git-project-manager_docs.md) - Generate documentation for git-project-manager
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager alias
|
||||
## git-project-manager alias
|
||||
|
||||
Manage project aliases
|
||||
|
||||
@ -16,7 +16,7 @@ listing, adding, and deleting.
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -24,9 +24,9 @@ listing, adding, and deleting.
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||||
* [gitlab-project-manager alias add](gitlab-project-manager_alias_add.md) - Add a project alias
|
||||
* [gitlab-project-manager alias delete](gitlab-project-manager_alias_delete.md) - Delete a project alias
|
||||
* [gitlab-project-manager alias list](gitlab-project-manager_alias_list.md) - List Aliases
|
||||
* [git-project-manager](git-project-manager.md) - Find and use Git projects locally
|
||||
* [git-project-manager alias add](git-project-manager_alias_add.md) - Add a project alias
|
||||
* [git-project-manager alias delete](git-project-manager_alias_delete.md) - Delete a project alias
|
||||
* [git-project-manager alias list](git-project-manager_alias_list.md) - List Aliases
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager alias add
|
||||
## git-project-manager alias add
|
||||
|
||||
Add a project alias
|
||||
|
||||
@ -8,7 +8,7 @@ Adds a project alias to a project
|
||||
project ID can be provided, or will otherwise use fuzzy find
|
||||
|
||||
```
|
||||
gitlab-project-manager alias add [flags]
|
||||
git-project-manager alias add [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -21,7 +21,7 @@ gitlab-project-manager alias add [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -29,6 +29,6 @@ gitlab-project-manager alias add [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager alias](gitlab-project-manager_alias.md) - Manage project aliases
|
||||
* [git-project-manager alias](git-project-manager_alias.md) - Manage project aliases
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager alias delete
|
||||
## git-project-manager alias delete
|
||||
|
||||
Delete a project alias
|
||||
|
||||
@ -8,7 +8,7 @@ Deletes aliases from projects
|
||||
project ID can be provided, or will otherwise use fuzzy find
|
||||
|
||||
```
|
||||
gitlab-project-manager alias delete [fuzzy project or alias] [flags]
|
||||
git-project-manager alias delete [fuzzy project or alias] [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -21,7 +21,7 @@ gitlab-project-manager alias delete [fuzzy project or alias] [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -29,6 +29,6 @@ gitlab-project-manager alias delete [fuzzy project or alias] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager alias](gitlab-project-manager_alias.md) - Manage project aliases
|
||||
* [git-project-manager alias](git-project-manager_alias.md) - Manage project aliases
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager alias list
|
||||
## git-project-manager alias list
|
||||
|
||||
List Aliases
|
||||
|
||||
@ -7,7 +7,7 @@ List Aliases
|
||||
Lists all aliases by project
|
||||
|
||||
```
|
||||
gitlab-project-manager alias list [flags]
|
||||
git-project-manager alias list [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -19,7 +19,7 @@ gitlab-project-manager alias list [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -27,6 +27,6 @@ gitlab-project-manager alias list [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager alias](gitlab-project-manager_alias.md) - Manage project aliases
|
||||
* [git-project-manager alias](git-project-manager_alias.md) - Manage project aliases
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,11 +1,11 @@
|
||||
## gitlab-project-manager cache
|
||||
## git-project-manager cache
|
||||
|
||||
Manage GitLab project cache
|
||||
Manage Git project cache
|
||||
|
||||
### Synopsis
|
||||
|
||||
Contains sub-commands for managing project cache.
|
||||
The project cache keeps this speedy, without smashing against the GitLab
|
||||
The project cache keeps this speedy, without smashing against the Git
|
||||
API every time a new project is added / searched for
|
||||
|
||||
### Options
|
||||
@ -18,7 +18,7 @@ API every time a new project is added / searched for
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -26,10 +26,10 @@ API every time a new project is added / searched for
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||||
* [gitlab-project-manager cache clear](gitlab-project-manager_cache_clear.md) - Clear GitLab Project Cache
|
||||
* [gitlab-project-manager cache dump](gitlab-project-manager_cache_dump.md) - Dump GitLab project cache
|
||||
* [gitlab-project-manager cache load](gitlab-project-manager_cache_load.md) - Load GitLab Project Cache
|
||||
* [gitlab-project-manager cache unlock](gitlab-project-manager_cache_unlock.md) - unlock GitLab project cache
|
||||
* [git-project-manager](git-project-manager.md) - Find and use Git projects locally
|
||||
* [git-project-manager cache clear](git-project-manager_cache_clear.md) - Clear Git Project Cache
|
||||
* [git-project-manager cache dump](git-project-manager_cache_dump.md) - Dump Git project cache
|
||||
* [git-project-manager cache load](git-project-manager_cache_load.md) - Load Git Project Cache
|
||||
* [git-project-manager cache unlock](git-project-manager_cache_unlock.md) - unlock Git project cache
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,6 +1,6 @@
|
||||
## gitlab-project-manager cache clear
|
||||
## git-project-manager cache clear
|
||||
|
||||
Clear GitLab Project Cache
|
||||
Clear Git Project Cache
|
||||
|
||||
### Synopsis
|
||||
|
||||
@ -9,7 +9,7 @@ Used to reset a project cache, forcing it to be rebuilt.
|
||||
If --clearAliases is provided, will also reset aliases. Use with caution.
|
||||
|
||||
```
|
||||
gitlab-project-manager cache clear [flags]
|
||||
git-project-manager cache clear [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -22,7 +22,7 @@ gitlab-project-manager cache clear [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -31,6 +31,6 @@ gitlab-project-manager cache clear [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager cache](gitlab-project-manager_cache.md) - Manage GitLab project cache
|
||||
* [git-project-manager cache](git-project-manager_cache.md) - Manage Git project cache
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,13 +1,13 @@
|
||||
## gitlab-project-manager cache dump
|
||||
## git-project-manager cache dump
|
||||
|
||||
Dump GitLab project cache
|
||||
Dump Git project cache
|
||||
|
||||
### Synopsis
|
||||
|
||||
Dumps cache to display
|
||||
|
||||
```
|
||||
gitlab-project-manager cache dump [flags]
|
||||
git-project-manager cache dump [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -20,7 +20,7 @@ gitlab-project-manager cache dump [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -29,6 +29,6 @@ gitlab-project-manager cache dump [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager cache](gitlab-project-manager_cache.md) - Manage GitLab project cache
|
||||
* [git-project-manager cache](git-project-manager_cache.md) - Manage Git project cache
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,15 +1,15 @@
|
||||
## gitlab-project-manager cache load
|
||||
## git-project-manager cache load
|
||||
|
||||
Load GitLab Project Cache
|
||||
Load Git Project Cache
|
||||
|
||||
### Synopsis
|
||||
|
||||
Used to initialize or update a new GitLab cache. With thousands
|
||||
Used to initialize or update a new Git cache. With thousands
|
||||
of projects, it would be too much work to hit the API every time a user
|
||||
wants to find a new project.
|
||||
|
||||
```
|
||||
gitlab-project-manager cache load [flags]
|
||||
git-project-manager cache load [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -22,7 +22,7 @@ gitlab-project-manager cache load [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -31,6 +31,6 @@ gitlab-project-manager cache load [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager cache](gitlab-project-manager_cache.md) - Manage GitLab project cache
|
||||
* [git-project-manager cache](git-project-manager_cache.md) - Manage Git project cache
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,13 +1,13 @@
|
||||
## gitlab-project-manager cache unlock
|
||||
## git-project-manager cache unlock
|
||||
|
||||
unlock GitLab project cache
|
||||
unlock Git project cache
|
||||
|
||||
### Synopsis
|
||||
|
||||
unlocks cache to display
|
||||
|
||||
```
|
||||
gitlab-project-manager cache unlock [flags]
|
||||
git-project-manager cache unlock [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -20,7 +20,7 @@ gitlab-project-manager cache unlock [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -29,6 +29,6 @@ gitlab-project-manager cache unlock [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager cache](gitlab-project-manager_cache.md) - Manage GitLab project cache
|
||||
* [git-project-manager cache](git-project-manager_cache.md) - Manage Git project cache
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
34
docs/git-project-manager_completion.md
Normal file
34
docs/git-project-manager_completion.md
Normal file
@ -0,0 +1,34 @@
|
||||
## git-project-manager completion
|
||||
|
||||
Generate the autocompletion script for the specified shell
|
||||
|
||||
### Synopsis
|
||||
|
||||
Generate the autocompletion script for git-project-manager for the specified shell.
|
||||
See each sub-command's help for details on how to use the generated script.
|
||||
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for completion
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [git-project-manager](git-project-manager.md) - Find and use Git projects locally
|
||||
* [git-project-manager completion bash](git-project-manager_completion_bash.md) - Generate the autocompletion script for bash
|
||||
* [git-project-manager completion fish](git-project-manager_completion_fish.md) - Generate the autocompletion script for fish
|
||||
* [git-project-manager completion powershell](git-project-manager_completion_powershell.md) - Generate the autocompletion script for powershell
|
||||
* [git-project-manager completion zsh](git-project-manager_completion_zsh.md) - Generate the autocompletion script for zsh
|
||||
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager completion bash
|
||||
## git-project-manager completion bash
|
||||
|
||||
Generate the autocompletion script for bash
|
||||
|
||||
@ -11,23 +11,23 @@ If it is not installed already, you can install it via your OS's package manager
|
||||
|
||||
To load completions in your current shell session:
|
||||
|
||||
source <(gitlab-project-manager completion bash)
|
||||
source <(git-project-manager completion bash)
|
||||
|
||||
To load completions for every new session, execute once:
|
||||
|
||||
#### Linux:
|
||||
|
||||
gitlab-project-manager completion bash > /etc/bash_completion.d/gitlab-project-manager
|
||||
git-project-manager completion bash > /etc/bash_completion.d/git-project-manager
|
||||
|
||||
#### macOS:
|
||||
|
||||
gitlab-project-manager completion bash > $(brew --prefix)/etc/bash_completion.d/gitlab-project-manager
|
||||
git-project-manager completion bash > $(brew --prefix)/etc/bash_completion.d/git-project-manager
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
||||
```
|
||||
gitlab-project-manager completion bash
|
||||
git-project-manager completion bash
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -40,7 +40,7 @@ gitlab-project-manager completion bash
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -48,6 +48,6 @@ gitlab-project-manager completion bash
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager completion](gitlab-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
* [git-project-manager completion](git-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager completion fish
|
||||
## git-project-manager completion fish
|
||||
|
||||
Generate the autocompletion script for fish
|
||||
|
||||
@ -8,17 +8,17 @@ Generate the autocompletion script for the fish shell.
|
||||
|
||||
To load completions in your current shell session:
|
||||
|
||||
gitlab-project-manager completion fish | source
|
||||
git-project-manager completion fish | source
|
||||
|
||||
To load completions for every new session, execute once:
|
||||
|
||||
gitlab-project-manager completion fish > ~/.config/fish/completions/gitlab-project-manager.fish
|
||||
git-project-manager completion fish > ~/.config/fish/completions/git-project-manager.fish
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
||||
```
|
||||
gitlab-project-manager completion fish [flags]
|
||||
git-project-manager completion fish [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -31,7 +31,7 @@ gitlab-project-manager completion fish [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -39,6 +39,6 @@ gitlab-project-manager completion fish [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager completion](gitlab-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
* [git-project-manager completion](git-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager completion powershell
|
||||
## git-project-manager completion powershell
|
||||
|
||||
Generate the autocompletion script for powershell
|
||||
|
||||
@ -8,14 +8,14 @@ Generate the autocompletion script for powershell.
|
||||
|
||||
To load completions in your current shell session:
|
||||
|
||||
gitlab-project-manager completion powershell | Out-String | Invoke-Expression
|
||||
git-project-manager completion powershell | Out-String | Invoke-Expression
|
||||
|
||||
To load completions for every new session, add the output of the above command
|
||||
to your powershell profile.
|
||||
|
||||
|
||||
```
|
||||
gitlab-project-manager completion powershell [flags]
|
||||
git-project-manager completion powershell [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -28,7 +28,7 @@ gitlab-project-manager completion powershell [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -36,6 +36,6 @@ gitlab-project-manager completion powershell [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager completion](gitlab-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
* [git-project-manager completion](git-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager completion zsh
|
||||
## git-project-manager completion zsh
|
||||
|
||||
Generate the autocompletion script for zsh
|
||||
|
||||
@ -13,23 +13,23 @@ to enable it. You can execute the following once:
|
||||
|
||||
To load completions in your current shell session:
|
||||
|
||||
source <(gitlab-project-manager completion zsh)
|
||||
source <(git-project-manager completion zsh)
|
||||
|
||||
To load completions for every new session, execute once:
|
||||
|
||||
#### Linux:
|
||||
|
||||
gitlab-project-manager completion zsh > "${fpath[1]}/_gitlab-project-manager"
|
||||
git-project-manager completion zsh > "${fpath[1]}/_git-project-manager"
|
||||
|
||||
#### macOS:
|
||||
|
||||
gitlab-project-manager completion zsh > $(brew --prefix)/share/zsh/site-functions/_gitlab-project-manager
|
||||
git-project-manager completion zsh > $(brew --prefix)/share/zsh/site-functions/_git-project-manager
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
||||
```
|
||||
gitlab-project-manager completion zsh [flags]
|
||||
git-project-manager completion zsh [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -42,7 +42,7 @@ gitlab-project-manager completion zsh [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -50,6 +50,6 @@ gitlab-project-manager completion zsh [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager completion](gitlab-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
* [git-project-manager completion](git-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,6 +1,6 @@
|
||||
## gitlab-project-manager config
|
||||
## git-project-manager config
|
||||
|
||||
GitLab Project Manager Configuration
|
||||
Git Project Manager Configuration
|
||||
|
||||
### Synopsis
|
||||
|
||||
@ -16,7 +16,7 @@ useful for seeding a new config file
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -24,8 +24,8 @@ useful for seeding a new config file
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||||
* [gitlab-project-manager config generate](gitlab-project-manager_config_generate.md) - Generate a default configuration
|
||||
* [gitlab-project-manager config show](gitlab-project-manager_config_show.md) - Show GitLab Project Manager Configuration
|
||||
* [git-project-manager](git-project-manager.md) - Find and use Git projects locally
|
||||
* [git-project-manager config generate](git-project-manager_config_generate.md) - Generate a default configuration
|
||||
* [git-project-manager config show](git-project-manager_config_show.md) - Show Git Project Manager Configuration
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager config generate
|
||||
## git-project-manager config generate
|
||||
|
||||
Generate a default configuration
|
||||
|
||||
@ -8,7 +8,7 @@ Produces yaml to stdout that can be used
|
||||
to seed the configuration file
|
||||
|
||||
```
|
||||
gitlab-project-manager config generate [flags]
|
||||
git-project-manager config generate [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -22,7 +22,7 @@ gitlab-project-manager config generate [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -30,6 +30,6 @@ gitlab-project-manager config generate [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager config](gitlab-project-manager_config.md) - GitLab Project Manager Configuration
|
||||
* [git-project-manager config](git-project-manager_config.md) - Git Project Manager Configuration
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,9 +1,9 @@
|
||||
## gitlab-project-manager config show
|
||||
## git-project-manager config show
|
||||
|
||||
Show GitLab Project Manager Configuration
|
||||
Show Git Project Manager Configuration
|
||||
|
||||
```
|
||||
gitlab-project-manager config show [flags]
|
||||
git-project-manager config show [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -16,7 +16,7 @@ gitlab-project-manager config show [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -24,6 +24,6 @@ gitlab-project-manager config show [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager config](gitlab-project-manager_config.md) - GitLab Project Manager Configuration
|
||||
* [git-project-manager config](git-project-manager_config.md) - Git Project Manager Configuration
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,9 +1,9 @@
|
||||
## gitlab-project-manager docs
|
||||
## git-project-manager docs
|
||||
|
||||
Generate documentation for git-project-manager
|
||||
|
||||
```
|
||||
gitlab-project-manager docs [flags]
|
||||
git-project-manager docs [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -16,7 +16,7 @@ gitlab-project-manager docs [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -24,6 +24,6 @@ gitlab-project-manager docs [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||||
* [git-project-manager](git-project-manager.md) - Find and use Git projects locally
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
36
docs/git-project-manager_project.md
Normal file
36
docs/git-project-manager_project.md
Normal file
@ -0,0 +1,36 @@
|
||||
## git-project-manager project
|
||||
|
||||
Use a Git project
|
||||
|
||||
### Synopsis
|
||||
|
||||
Switches to a Git project by name or alias
|
||||
If not found, will enter fzf mode. If not cloned, will clone
|
||||
the project locally.
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for project
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [git-project-manager](git-project-manager.md) - Find and use Git projects locally
|
||||
* [git-project-manager project add](git-project-manager_project_add.md) - Add a new Git project
|
||||
* [git-project-manager project go](git-project-manager_project_go.md) - Go to a Git project
|
||||
* [git-project-manager project list](git-project-manager_project_list.md) - List Git Projects
|
||||
* [git-project-manager project open](git-project-manager_project_open.md) - Open project in your IDE
|
||||
* [git-project-manager project run](git-project-manager_project_run.md) - Run the project (e.g. go run .)
|
||||
* [git-project-manager project show](git-project-manager_project_show.md) - Show detail for a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,6 +1,6 @@
|
||||
## gitlab-project-manager project add
|
||||
## git-project-manager project add
|
||||
|
||||
Add a new GitLab project
|
||||
Add a new Git project
|
||||
|
||||
### Synopsis
|
||||
|
||||
@ -8,7 +8,7 @@ Adds a new project to the local project path
|
||||
uses fuzzy find to locate the project
|
||||
|
||||
```
|
||||
gitlab-project-manager project add [flags]
|
||||
git-project-manager project add [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -20,7 +20,7 @@ gitlab-project-manager project add [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -28,6 +28,6 @@ gitlab-project-manager project add [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,6 +1,6 @@
|
||||
## gitlab-project-manager project go
|
||||
## git-project-manager project go
|
||||
|
||||
Go to a GitLab project
|
||||
Go to a Git project
|
||||
|
||||
### Synopsis
|
||||
|
||||
@ -11,7 +11,7 @@ will be cloned from source control.
|
||||
If conf.projects.alwaysPull, a git pull will be ran automatically
|
||||
|
||||
```
|
||||
gitlab-project-manager project go [fuzzy alias search] [flags]
|
||||
git-project-manager project go [fuzzy alias search] [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -23,7 +23,7 @@ gitlab-project-manager project go [fuzzy alias search] [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -31,6 +31,6 @@ gitlab-project-manager project go [fuzzy alias search] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,6 +1,6 @@
|
||||
## gitlab-project-manager project list
|
||||
## git-project-manager project list
|
||||
|
||||
List GitLab Projects
|
||||
List Git Projects
|
||||
|
||||
### Synopsis
|
||||
|
||||
@ -8,7 +8,7 @@ List locally cloned projects. Optionally
|
||||
lists all projects in project cache
|
||||
|
||||
```
|
||||
gitlab-project-manager project list [flags]
|
||||
git-project-manager project list [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -21,7 +21,7 @@ gitlab-project-manager project list [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -29,6 +29,6 @@ gitlab-project-manager project list [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager project open
|
||||
## git-project-manager project open
|
||||
|
||||
Open project in your IDE
|
||||
|
||||
@ -11,7 +11,7 @@ If your editor is set in your config file, it will be used, otherwise
|
||||
one will be found in your path from a list of known defaults.
|
||||
|
||||
```
|
||||
gitlab-project-manager project open [fuzzy alias search] [flags]
|
||||
git-project-manager project open [fuzzy alias search] [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -26,7 +26,7 @@ gitlab-project-manager project open [fuzzy alias search] [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -34,6 +34,6 @@ gitlab-project-manager project open [fuzzy alias search] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,4 +1,4 @@
|
||||
## gitlab-project-manager project run
|
||||
## git-project-manager project run
|
||||
|
||||
Run the project (e.g. go run .)
|
||||
|
||||
@ -8,7 +8,7 @@ Runs the current project. Tries to detect
|
||||
the language and runs accordingly (e.g. go run .)
|
||||
|
||||
```
|
||||
gitlab-project-manager project run [flags]
|
||||
git-project-manager project run [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -20,7 +20,7 @@ gitlab-project-manager project run [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -28,6 +28,6 @@ gitlab-project-manager project run [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,6 +1,6 @@
|
||||
## gitlab-project-manager project show
|
||||
## git-project-manager project show
|
||||
|
||||
Show detail for a GitLab project
|
||||
Show detail for a Git project
|
||||
|
||||
### Synopsis
|
||||
|
||||
@ -8,7 +8,7 @@ Shows detail for a particular project
|
||||
Will always fuzzy find
|
||||
|
||||
```
|
||||
gitlab-project-manager project show [fuzzy alias search] [flags]
|
||||
git-project-manager project show [fuzzy alias search] [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -21,7 +21,7 @@ gitlab-project-manager project show [fuzzy alias search] [flags]
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--config string config file (default is ~/.config/git-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
@ -29,6 +29,6 @@ gitlab-project-manager project show [fuzzy alias search] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
* [git-project-manager project](git-project-manager_project.md) - Use a Git project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
||||
###### Auto generated by spf13/cobra on 27-Dec-2024
|
@ -1,30 +0,0 @@
|
||||
## gitlab-project-manager
|
||||
|
||||
Find and use GitLab projects locally
|
||||
|
||||
### Synopsis
|
||||
|
||||
Finds GitLab projects using fuzzy-find, remembering
|
||||
your chosen term for the project as an alias, and offers helpful
|
||||
shortcuts for moving around in projects and opening your code
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
-h, --help help for gitlab-project-manager
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager alias](gitlab-project-manager_alias.md) - Manage project aliases
|
||||
* [gitlab-project-manager cache](gitlab-project-manager_cache.md) - Manage GitLab project cache
|
||||
* [gitlab-project-manager completion](gitlab-project-manager_completion.md) - Generate the autocompletion script for the specified shell
|
||||
* [gitlab-project-manager config](gitlab-project-manager_config.md) - GitLab Project Manager Configuration
|
||||
* [gitlab-project-manager docs](gitlab-project-manager_docs.md) - Generate documentation for git-project-manager
|
||||
* [gitlab-project-manager project](gitlab-project-manager_project.md) - Use a GitLab project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
@ -1,34 +0,0 @@
|
||||
## gitlab-project-manager completion
|
||||
|
||||
Generate the autocompletion script for the specified shell
|
||||
|
||||
### Synopsis
|
||||
|
||||
Generate the autocompletion script for gitlab-project-manager for the specified shell.
|
||||
See each sub-command's help for details on how to use the generated script.
|
||||
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for completion
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||||
* [gitlab-project-manager completion bash](gitlab-project-manager_completion_bash.md) - Generate the autocompletion script for bash
|
||||
* [gitlab-project-manager completion fish](gitlab-project-manager_completion_fish.md) - Generate the autocompletion script for fish
|
||||
* [gitlab-project-manager completion powershell](gitlab-project-manager_completion_powershell.md) - Generate the autocompletion script for powershell
|
||||
* [gitlab-project-manager completion zsh](gitlab-project-manager_completion_zsh.md) - Generate the autocompletion script for zsh
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
@ -1,36 +0,0 @@
|
||||
## gitlab-project-manager project
|
||||
|
||||
Use a GitLab project
|
||||
|
||||
### Synopsis
|
||||
|
||||
Switches to a GitLab project by name or alias
|
||||
If not found, will enter fzf mode. If not cloned, will clone
|
||||
the project locally.
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for project
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||||
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||||
--projectPath string Sets a path for local clones of projects
|
||||
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||||
* [gitlab-project-manager project add](gitlab-project-manager_project_add.md) - Add a new GitLab project
|
||||
* [gitlab-project-manager project go](gitlab-project-manager_project_go.md) - Go to a GitLab project
|
||||
* [gitlab-project-manager project list](gitlab-project-manager_project_list.md) - List GitLab Projects
|
||||
* [gitlab-project-manager project open](gitlab-project-manager_project_open.md) - Open project in your IDE
|
||||
* [gitlab-project-manager project run](gitlab-project-manager_project_run.md) - Run the project (e.g. go run .)
|
||||
* [gitlab-project-manager project show](gitlab-project-manager_project_show.md) - Show detail for a GitLab project
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Dec-2024
|
Reference in New Issue
Block a user