TINY-CLOUD(1) # NAME tiny-cloud - perform critical initialization tasks for cloud instances # SYNOPSIS *tiny-cloud* [-h | --help] { boot | early | main | final | --bootstrap {complete|incomplete|status} | --enable | --disable } # DESCRIPTION *tiny-cloud* performs critical initialization tasks for cloud instaces during their first boot. *tiny-cloud* is designed to run in different stages during first boot. # COMMANDS *boot* Initiate the boot process of the cloud instance. *early* Perform early-stage operations in the boot process. *main* Execute main-stage operations during the boot process. *final* Conduct final-stage operations, completing the boot process. # OPTIONS *-h, --help* Display help information. *--bootstrap* {_complete|incomplete|status_} Manage the bootstrap state of the instance. _complete_ Mark the bootstrap process as complete. _incomplete_ Mark the bootstrap process as incomplete. _status_ Display the current status of the bootstrap process. *--enable* Enable the cloud instance, allowing it to be managed or accessed. *--disable* Disable the cloud instance, preventing it from being managed or accessed. # EXIT STATUS *tiny-cloud* exists 0 on success and >0 on error.