Documentation
¶
Index ¶
- Variables
- func DecodeWeepInfo(args []string, w io.Writer) error
- func Execute() error
- func InteractiveRolePrompt(args []string, region string, client *creds.Client) (string, error)
- func PrintWeepInfo(w io.Writer) error
- func Run(initFunctions ...func())
- func Setup(cmd *cobra.Command, commit bool) error
Constants ¶
This section is empty.
Variables ¶
View Source
var CredentialProcessCmd = &cobra.Command{ Use: "credential_process [role_name]", Short: credentialProcessShortHelp, Long: credentialProcessLongHelp, Args: cobra.MaximumNArgs(1), RunE: runCredentialProcess, }
View Source
var (
SetupExtras embed.FS
)
Functions ¶
func InteractiveRolePrompt ¶ added in v0.3.3
InteractiveRolePrompt will present the user with a fuzzy-searchable list of roles if - We are currently attached to an interactive tty - The user has not disabled them through the WEEP_DISABLE_INTERACTIVE_PROMPTS option
func PrintWeepInfo ¶ added in v0.2.11
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.