package
2.1.0-beta5+incompatible
Repository: https://github.com/sloppyio/cli.git
Documentation: pkg.go.dev
# Variables
GitCommit is the commit hash of the current build.
Version number that is being run at the moment.
VersionPreRelease marks the version as pre-release.
# Structs
ChangeCommand is a Command implementation that changes the configuration of a specific application on the fly.
No description provided by the author
DeleteCommand is a Command implementation that is used to delete a project, a service or an application.
DockerLoginCommand is a Command implementation that uploads the docker credentials.
DockerLogoutCommand is a Command implementation that deletes the docker credentials from sloppy.io.
LogsCommand is a Command implementation that is used to fetch standard output and standard error streams for a specific application, an entire project or service.
No description provided by the author
No description provided by the author
RestartCommand is a Command implementation that is used to restart a specific application.
RollbackCommand is a Command implementation that is used to roll back an application to a specific version.
ScaleCommand is a Command implementation that is used to scale the number of instances a specific application is running on.
ShowCommand is a Command implementation that is used to display detailed information on either all your projects; or just one specific project, service or application.
StartCommand is a Command implementation that is used to create a project along with all its services and applications.
StatsCommand is a Command implementation that is used to display usage statistics about an entire project.
VersionCommand is a Command implementation that prints the version.