Move projects using Cobra (#1090)
Since there are so many projects using Cobra, we created a separate document to list them
This commit is contained in:
		
							
								
								
									
										28
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								README.md
									
									
									
									
									
								
							@ -2,31 +2,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
 | 
					Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Many of the most widely used Go projects are built using Cobra, such as:
 | 
					Cobra is used in many Go projects such as [Kubernetes](http://kubernetes.io/),
 | 
				
			||||||
[Kubernetes](http://kubernetes.io/),
 | 
					[Hugo](https://gohugo.io), and [Github CLI](https://github.com/cli/cli) to
 | 
				
			||||||
[Hugo](http://gohugo.io),
 | 
					name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra.
 | 
				
			||||||
[rkt](https://github.com/coreos/rkt),
 | 
					 | 
				
			||||||
[etcd](https://github.com/coreos/etcd),
 | 
					 | 
				
			||||||
[Moby (former Docker)](https://github.com/moby/moby),
 | 
					 | 
				
			||||||
[Docker (distribution)](https://github.com/docker/distribution),
 | 
					 | 
				
			||||||
[OpenShift](https://www.openshift.com/),
 | 
					 | 
				
			||||||
[Delve](https://github.com/derekparker/delve),
 | 
					 | 
				
			||||||
[GopherJS](http://www.gopherjs.org/),
 | 
					 | 
				
			||||||
[CockroachDB](http://www.cockroachlabs.com/),
 | 
					 | 
				
			||||||
[Bleve](http://www.blevesearch.com/),
 | 
					 | 
				
			||||||
[ProjectAtomic (enterprise)](http://www.projectatomic.io/),
 | 
					 | 
				
			||||||
[Giant Swarm's gsctl](https://github.com/giantswarm/gsctl),
 | 
					 | 
				
			||||||
[Nanobox](https://github.com/nanobox-io/nanobox)/[Nanopack](https://github.com/nanopack),
 | 
					 | 
				
			||||||
[rclone](http://rclone.org/),
 | 
					 | 
				
			||||||
[nehm](https://github.com/bogem/nehm),
 | 
					 | 
				
			||||||
[Pouch](https://github.com/alibaba/pouch),
 | 
					 | 
				
			||||||
[Istio](https://istio.io),
 | 
					 | 
				
			||||||
[Prototool](https://github.com/uber/prototool),
 | 
					 | 
				
			||||||
[mattermost-server](https://github.com/mattermost/mattermost-server),
 | 
					 | 
				
			||||||
[Gardener](https://github.com/gardener/gardenctl),
 | 
					 | 
				
			||||||
[Linkerd](https://linkerd.io/),
 | 
					 | 
				
			||||||
[Github CLI](https://github.com/cli/cli)
 | 
					 | 
				
			||||||
etc.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://travis-ci.org/spf13/cobra)
 | 
					[](https://travis-ci.org/spf13/cobra)
 | 
				
			||||||
[](https://godoc.org/github.com/spf13/cobra)
 | 
					[](https://godoc.org/github.com/spf13/cobra)
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										25
									
								
								projects_using_cobra.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								projects_using_cobra.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,25 @@
 | 
				
			|||||||
 | 
					## Projects using Cobra
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [Bleve](http://www.blevesearch.com/)
 | 
				
			||||||
 | 
					- [CockroachDB](http://www.cockroachlabs.com/)
 | 
				
			||||||
 | 
					- [Delve](https://github.com/derekparker/delve)
 | 
				
			||||||
 | 
					- [Docker (distribution)](https://github.com/docker/distribution)
 | 
				
			||||||
 | 
					- [Gardener](https://github.com/gardener/gardenctl)
 | 
				
			||||||
 | 
					- [Giant Swarm's gsctl](https://github.com/giantswarm/gsctl)
 | 
				
			||||||
 | 
					- [Github CLI](https://github.com/cli/cli)
 | 
				
			||||||
 | 
					- [GopherJS](http://www.gopherjs.org/)
 | 
				
			||||||
 | 
					- [Hugo](https://gohugo.io)
 | 
				
			||||||
 | 
					- [Istio](https://istio.io)
 | 
				
			||||||
 | 
					- [Kubernetes](http://kubernetes.io/)
 | 
				
			||||||
 | 
					- [Linkerd](https://linkerd.io/)
 | 
				
			||||||
 | 
					- [Mattermost-server](https://github.com/mattermost/mattermost-server)
 | 
				
			||||||
 | 
					- [Moby (former Docker)](https://github.com/moby/moby)
 | 
				
			||||||
 | 
					- [Nanobox](https://github.com/nanobox-io/nanobox)/[Nanopack](https://github.com/nanopack)
 | 
				
			||||||
 | 
					- [OpenShift](https://www.openshift.com/)
 | 
				
			||||||
 | 
					- [Pouch](https://github.com/alibaba/pouch)
 | 
				
			||||||
 | 
					- [ProjectAtomic (enterprise)](http://www.projectatomic.io/)
 | 
				
			||||||
 | 
					- [Prototool](https://github.com/uber/prototool)
 | 
				
			||||||
 | 
					- [Rclone](https://rclone.org/)
 | 
				
			||||||
 | 
					- [etcd](https://github.com/coreos/etcd)
 | 
				
			||||||
 | 
					- [nehm](https://github.com/bogem/nehm)
 | 
				
			||||||
 | 
					- [rkt](https://github.com/coreos/rkt)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user