Discover Packages
github.com/upbound/up
cmd
up
robot
team
package
Version:
v0.32.1
Opens a new window with list of versions in this module.
Published: Aug 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Cmd struct {
Join joinCmd `cmd:"" help:"Add the robot to a team."`
Leave leaveCmd `cmd:"" help:"Remove the robot from a team."`
List listCmd `cmd:"" help:"List all teams the robot is a member of."`
}
Cmd contains commands for managing robot teams.
AfterApply constructs and binds a robots client to any subcommands
that have Run() methods that receive it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.