Forrest logo
back to context overview

cloud-init

List of commands for cloud-init:

  • cloud-init:tldr:2ab9c cloud-init: Query cached instance metadata for data.
    $ cloud-init query ${dot_delimited_variable_path}
    try on your machine
    explain this command
  • cloud-init:tldr:56393 cloud-init: Clean logs and artifacts to allow cloud-init to rerun.
    $ cloud-init clean
    try on your machine
    explain this command
  • cloud-init:tldr:5c3d7 cloud-init: Display the status of the most recent cloud-init run.
    $ cloud-init status
    try on your machine
    explain this command
  • cloud-init:tldr:7657d cloud-init: List available top-level metadata keys to query.
    $ cloud-init query --list-keys
    try on your machine
    explain this command
  • cloud-init:tldr:ac4ad cloud-init: Wait for cloud-init to finish running and then report status.
    $ cloud-init status --wait
    try on your machine
    explain this command
back to context overview