# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
ClaimCommand is a Command implementation that tells spark cloud to claim given core.
DevicesCommand is a Command implementation that tells a spark cloud to list all devices associated with account identified by access token.
ExecCommand is a Command implementation which remotely executes a function on the core.
InfoCommand is a Command implementation which retrieves info about the coreId from spark cloud.
DeleteCommand is a Command implementation that deletes a given access token from spark cloud.
LoginCommand is a Command implementation that attempts to log in to spark cloud.
LogoutCommand is a Command implementation that attempts to delete the access token stored locally.
ReadCommand is a Command implementation that reads the value of a variable exposed by the spark core.
RenameCommand is a Command implementation that tells spark cloud to rename a given core.
TokensCommand is a Command implementation that list all oauth tokens from spark cloud.
VersionCommand is a Command implementation which prints the version.