Documentation ¶
Index ¶
- func PostRun(projectRef string, stdout io.Writer, fsys afero.Fs) error
- func PreRun(projectRef string, fsys afero.Fs) error
- func PromptPassword(stdin *os.File) string
- func PromptPasswordAllowBlank(stdin *os.File) string
- func Run(ctx context.Context, projectRef, password string, fsys afero.Fs, ...) error
- type ConfigCopy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PromptPassword ¶ added in v1.17.0
func PromptPasswordAllowBlank ¶ added in v1.46.1
Types ¶
type ConfigCopy ¶ added in v1.98.0
type ConfigCopy struct { Api interface{} `toml:"api"` Db interface{} `toml:"db"` Pooler interface{} `toml:"db.pooler"` }
func (ConfigCopy) IsEmpty ¶ added in v1.99.0
func (c ConfigCopy) IsEmpty() bool
Click to show internal directories.
Click to hide internal directories.