Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagId = "id" FlagProject = "project" FlagName = "name" FlagValue = "value" FlagUnscoped = "unscoped" )
Variables ¶
This section is empty.
Functions ¶
func PromptMissing ¶
func PromptMissing(opts *UpdateOptions) error
Types ¶
type UpdateFlags ¶
type UpdateFlags struct {
Id *flag.Flag[string]
Project *flag.Flag[string]
Name *flag.Flag[string]
Value *flag.Flag[string]
Unscoped *flag.Flag[bool]
*sharedProjectVariable.ScopeFlags
}
func NewUpdateFlags ¶
func NewUpdateFlags() *UpdateFlags
type UpdateOptions ¶
type UpdateOptions struct {
*UpdateFlags
*cmd.Dependencies
shared.GetProjectCallback
shared.GetAllProjectsCallback
*sharedVariable.VariableCallbacks
}
func NewUpdateOptions ¶
func NewUpdateOptions(flags *UpdateFlags, dependencies *cmd.Dependencies) *UpdateOptions
Click to show internal directories.
Click to hide internal directories.