# Packages
Package create contains the create command.
Package dockerfile contains the logic for creating a Dockerfile.
Package pkg has the logic for communication with the package manager.
Package state manages the state of the container.
Package version has the command to print the version of the program.
# Functions
Execute is the entrypoint for the program.
GetRootCLI returns the root command for the program.