-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
openstack-{help, image, server, volume}: add page #15843
base: main
Are you sure you want to change the base?
Conversation
|
||
`openstack --help` | ||
|
||
- Description of a particular command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Description of a particular command: | |
- Display description of a particular command: |
|
||
- List available images: | ||
|
||
`openstack image list [--public | --private | --community | --shared | --all] [--long]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refer to the style guide on how to format placeholders in tldr pages
https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#placeholder-syntax
Here for example I would disregard all the options and just put openstack image list
. If you want to provide an example with the other options, you can create another example. Be explicit. Full documentation is for the man pages.
|
||
- Start server(s): | ||
|
||
`openstack server start {{instance_id}} [{{instance_id}} ...]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`openstack server start {{instance_id}} [{{instance_id}} ...]` | |
`openstack server start {{instance_id1 instance_id2 ...}}` |
|
||
- Delete image(s): | ||
|
||
`openstack image delete {{image_id}} [{{image_id}} ...]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`openstack image delete {{image_id}} [{{image_id}} ...]` | |
`openstack image delete {{image_id1 image_id2 ...}}` |
|
||
- Stop server: | ||
|
||
`openstack server stop {{instance_id}} [{{instance_id}} ...]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`openstack server stop {{instance_id}} [{{instance_id}} ...]` | |
`openstack server stop {{instance_id1 instance_id2 ...}}` |
|
||
- Delete server(s): | ||
|
||
`openstack server delete {{instance_id}} [{{instance_id}} ...]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`openstack server delete {{instance_id}} [{{instance_id}} ...]` | |
`openstack server delete {{instance_id1 instance_id2 ...}}` |
|
||
- Delete volumes(s): | ||
|
||
`openstack volume delete {{volume_id}} [{{volume_id}} ...]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`openstack volume delete {{volume_id}} [{{volume_id}} ...]` | |
`openstack volume delete {{volume_id1 volume_id2 ...}}` |
common
,linux
,osx
,windows
,sunos
,android
, etc.