This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update v2 github add collaborator Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 github publish repo Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 github create repo Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 github delete repo Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 github merge branch Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 github navigate handbook Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 github search handbook Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 http generate http-config Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 http perform load-test Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 istio init Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 jupyter create ml_template Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kafka consume message Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kafka create topic Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kafka list topic Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kafka produce message Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kubernetes clean heal-configmap Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kubernetes create port-forward Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kubernetes show health-status Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 publish repo Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 scaffold generate spring-startero Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 scaffold show spring-starter-dependencies Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 xcode config pre-build Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 kubernetes show logs Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Update v2 - Update Img Urls Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br> * Review 1 Changes Signed-off-by: maurineimirandazup <maurinei.miranda@zup.com.br>
- Loading branch information
1 parent
0ddaa0b
commit ed8e9a9
Showing
24 changed files
with
287 additions
and
456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
<!-- markdownlint-disable-file MD013 --> | ||
# Add a collaborator on a repository | ||
# Description | ||
|
||
This formula allows adding a new collaborator by typing only two parameters. | ||
(collaborator username and repository name) | ||
|
||
## Command | ||
|
||
```bash | ||
rit github add collaborator | ||
``` | ||
|
||
![Example](https://github.com/ZupIT/ritchie-formulas/raw/master/github/add/collaborator/src/docs/github.gif) | ||
|
||
## Description | ||
## Requirements | ||
|
||
This formula allows adding a new collaborator by typing only two parameters. | ||
(collaborator username and repository name) | ||
- [Git Installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | ||
- Github Account | ||
|
||
### STDIN Example | ||
## Demonstration | ||
|
||
```bash | ||
echo '{"collaborator_user":"value", "repository_name":"value"}' | rit github add collaborator --stdin | ||
``` | ||
![Example](https://github.com/ZupIT/ritchie-formulas/raw/master/github/add/collaborator/src/docs/github.gif) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,21 @@ | ||
<!-- markdownlint-disable-file MD013 --> | ||
<!-- markdownlint-disable-file MD033 --> | ||
# Description | ||
|
||
# Github Navigate Handbook | ||
|
||
## Premisses | ||
|
||
- [Ritchie installed](https://docs.ritchiecli.io/v/v2.0-pt/getting-started/installation) | ||
- Set Github credentials (\$ rit set credential) with USERNAME, EMAIL and TOKEN. | ||
|
||
## How to generate personal access token | ||
|
||
To generate a personal access token click [here](https://github.com/settings/tokens) | ||
Navigate Handbooks from [ZupIT](https://github.com/ZupIT) repositories | ||
|
||
## Command | ||
|
||
- Prompt | ||
|
||
```bash | ||
rit github navigate handbook | ||
``` | ||
|
||
_It is necessary to have [Golang](https://golang.org/doc/install) installed for this command to work_ | ||
|
||
- Docker | ||
## Requirements | ||
|
||
```bash | ||
rit github navigate handbook --docker | ||
``` | ||
|
||
_It is necessary to have [Docker installed](https://docs.docker.com/get-docker) for this command to work_ | ||
|
||
## Description | ||
|
||
Navigate Handbooks from [ZupIT](https://github.com/ZupIT) repositories | ||
- [Ritchie installed](https://docs.ritchiecli.io/v/v2.0-pt/getting-started/installation) | ||
- Set Github credentials (\$ rit set credential) with USERNAME, EMAIL and TOKEN. | ||
- It is necessary to have [Golang](https://golang.org/doc/install) installed for this command to work_ | ||
|
||
## Demo | ||
## Demonstration | ||
|
||
<img src="https://github.com/ZupIT/ritchie-formulas/raw/master/github/navigate/handbook/demo.gif"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.