Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommitID string Version string Timestamp string )
View Source
var RootCmd = &cobra.Command{ Use: "omnistrate-ctl", Short: "Manage your Omnistrate SaaS from the command line", Long: wordwrap.WrapString(` Omnistrate CTL is a powerful command-line tool designed to simplify the creation, deployment, and management of your Omnistrate SaaS. Key Features: - Build Services: Create services from images or compose specs. - Manage Service Plans: Efficiently handle your service plans. - Deploy Instances: Deploy and manage instances with ease. Resources: - CTL Manual: https://ctl.omnistrate.cloud/omnistrate-ctl/ - Quick Start Guide: https://docs.omnistrate.com/getting-started/getting-started-with-ctl/ Use the CTL commands below to begin managing your services effectively. `, 100), Run: runRoot, DisableAutoGenTag: true, Aliases: []string{"omctl"}, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.