tldr-pages / tldr

📚 Collaborative cheatsheets for console commands
https://tldr.sh
Other
50.72k stars 4.16k forks source link

Let's document: onehost #12309

Open psantana5 opened 7 months ago

psantana5 commented 7 months ago

Command description

These commands explain how to carry out administration tasks in OpenNebula hosts. These tasks include host creation, deletion, enable, updating hostid, showing hostid and renaming.

Documentation

https://docs.opennebula.io/stable

Platform

Linux

VCS repository link (e.g. GitHub, GitLab)

https://github.com/OpenNebula/one

Additional information

-> onehost create hostname - Creates a new host in the cluster. -> onehost delete range | host_id - Deletes a given host. -> onehost enable _range | host_id - Enables a given host. -> onehost disable range | host_id - Disables a given host. -> onehost show hostid - Shows information about a given host. -> onehost rename hostid - Renames the host

Commands

vitorhcl commented 7 months ago

Thank you for submitting this "Let's document" and welcome to tldr! The next times you open an issue (or pull request), I would like to ask you to follow the template to keep a standard workflow in the project accross all issues and PRs.

In this case, you didn't follow the correct format in the "Commands" section, which didn't allow us to mark a command as documented. However, it is indeed a good idea to put the help output on the issue, so I left it in another section. Thank you for your contribution one more time! 😊

psantana5 commented 7 months ago

Thank you for submitting this "Let's document" and welcome to tldr! The next times you open an issue (or pull request), I would like to ask you to follow the template to keep a standard workflow in the project accross all issues and PRs.

In this case, you didn't follow the correct format in the "Commands" section, which didn't allow us to mark a command as documented. However, it is indeed a good idea to put the help output on the issue, so I left it in another section. Thank you for your contribution one more time! 😊

Many thanks, Vitor. I didn't quite understand the format. I will keep it in mind for other times.