Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Command - List Minecraft Server #11 #25

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Add New Command - List Minecraft Server #11 #25

merged 1 commit into from
Jul 13, 2021

Conversation

dirien
Copy link
Owner

@dirien dirien commented Jul 13, 2021

Fixes #11
Signed-off-by: Engin Diri [email protected]

 go run . delete -f config/java/server-civo.yaml --id b0c507d7-e4b2-4ff7-a26e-a2de3a16c67e
🛎 Using cloud provider Civo
🗺 Minecraft java edition
🗑 Delete instance (b0c507d7-e4b2-4ff7-a26e-a2de3a16c67e)... %                                                                                                                                                        ➜  minectl git:(main) ✗ go run . create -f config/java/server-civo.yaml                                          
🛎 Using cloud provider Civo
🗺 Minecraft java edition
🏗 Creating instance (minecraft-server)... ⣷ 
✅ Instance (minecraft-server) created

                   ID                  |       NAME       | REGION |     TAGS     |      IP        
---------------------------------------+------------------+--------+--------------+----------------
  c292e6cf-fd19-4004-a15d-03b3ac21ea89 | minecraft-server | LON1   | minectl,java | 74.220.21.172  

To delete the server type:

 minectl delete -f config/java/server-civo.yaml --id c292e6cf-fd19-4004-a15d-03b3ac21ea89

go run . list --region LON1  --provider civo                                             
📒 List all server
🛎 Using cloud provider Civo

                   ID                  |       NAME       | REGION |     TAGS     |      IP        
---------------------------------------+------------------+--------+--------------+----------------
  c292e6cf-fd19-4004-a15d-03b3ac21ea89 | minecraft-server | LON1   | minectl,java | 74.220.21.172  

@dirien dirien merged commit f3913ea into main Jul 13, 2021
@dirien dirien deleted the list branch July 13, 2021 15:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Command - List Minecraft Server
1 participant