INNER CODE UNIT · Go
init
megaease/easemesh · emctl/cmd/client/main.go:29
func init() {
cobra.EnablePrefixMatching = true
}
var exampleUsage = ` # EaseMesh command line tool for management and operation
# Install EaseMesh Components
emctl install --clean-when-failed
# Apply Tenant (kind is case-insensitive in command line)
emctl apply -f tenant-001.yaml
# Apply Service
emctl apply -f service-001.yaml
# Apply LoadBalance
emctl apply -f loadbalance.yaml
# Apply Ingress