# Functions
NewCache returns the command which acts as the entrypoint for `forge cache`.
NewCheck returns the command which acts as the entrypoint for `forge check`.
NewCloudBuild returns the command which acts as the entrypoint for `forge cloudbuild`.
New returns the "root" command for `forge` which acts as Forge's CLI entrypoint.
NewGet returns the command which acts as the entrypoint for `forge get`.
NewPut returns the command which acts as the entrypoint for `forge put`.
NewTask returns the command which acts as the entrypoint for `forge task`.
NewUse returns the command which acts as the entrypoint for `forge use`.