https://github.com/diegohce/rabbithat
RabbitMQ virtual host cloning tool
https://github.com/diegohce/rabbithat
clone cloning copy go golang migrate migration mq rabbitmq vhost virtual-host virtualhost
Last synced: about 1 year ago
JSON representation
RabbitMQ virtual host cloning tool
- Host: GitHub
- URL: https://github.com/diegohce/rabbithat
- Owner: diegohce
- License: agpl-3.0
- Created: 2017-08-15T22:07:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T20:33:14.000Z (about 6 years ago)
- Last Synced: 2025-01-29T22:25:02.336Z (over 1 year ago)
- Topics: clone, cloning, copy, go, golang, migrate, migration, mq, rabbitmq, vhost, virtual-host, virtualhost
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rabbit Hat
RabbitMQ virtual host cloning tool.
## Usage
### Rabbit Hat arguments
```
Usage of rabbithat:
-source-file string
File to read source rabbit data (json format)
-source-password string
Source rabbit password
-source-rabbit string
Source rabbit address:port
-source-user string
Source rabbit username
-source-vhost string
Source rabbit virtual host
-target-file string
File to dump source rabbit data (json format)
-target-password string
Target rabbit password
-target-rabbit string
Target rabbit address:port
-target-user string
Target rabbit username
-target-vhost string
Target rabbit virtual host
-version
Rabbit Hat version
```
## Building
After setting Go environment values
([goenv.sh](https://github.com/diegohce/rabbithat/blob/master/goenv.sh) might help),
go to ```src``` directory and run from the command line:
```go build rabbithat.go```