# Functions
BuildFilelist builds a list of files to be tarballed, with optional ignores.
CreateTarball creates a tarball containing all the files in filePaths and writes it to w.
IsValidNodeApp detects if a Node.js app is present in a given directory.
NewTable returns a table with sectionctl standard formatting.
# Structs
AccountsCmd manages accounts on Section.
AccountsCreateCmd handles creating apps on Section.
AccountsListCmd handles listing accounts on Section.
AppsCmd manages apps on Section.
AppsCreateCmd handles creating apps on Section.
AppsInfoCmd shows detailed information on an app running on Section.
AppsListCmd handles listing apps running on Section.
DeployCmd handles deploying an app to Section.
LoginCmd handles authenticating the CLI against Section's API.
PayloadValue represents the value of a trigger update payload.
UploadResponse represents the response from a request to the upload service.
VersionCmd handles authenticating the CLI against Section's API.