tldr-pages/tldr

Let's document: onehost

psantana5 opened this issue · 2 comments

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

  • create →
  • delete →
  • enable →
  • disable →
  • show →
  • rename →

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! 😊

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.