Documentation
¶
Index ¶
- func RunAdd(args []string) error
- func RunConnect(args []string) error
- func RunEdit(args []string) error
- func RunExport(args []string) error
- func RunImport(args []string) error
- func RunList(_ []string) error
- func RunPing(args []string) error
- func RunQueries(_ []string) error
- func RunQuery(args []string) error
- func RunRemove(args []string) error
- func RunSlice(args []string) error
- func RunTables(args []string) error
- func RunTunnel(args []string) error
- func Usage()
- type ExportedConnection
- type ExportedDBConfig
- type ExportedRedash
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunConnect ¶
func RunQueries ¶
Types ¶
type ExportedConnection ¶ added in v0.5.0
type ExportedConnection struct {
Name string `yaml:"name"`
Env string `yaml:"env,omitempty"`
SSH *config.SSHConfig `yaml:"ssh,omitempty"`
DB *ExportedDBConfig `yaml:"db,omitempty"`
Redash *ExportedRedash `yaml:"redash,omitempty"`
Mask *config.MaskConfig `yaml:"mask,omitempty"`
}
ExportedConnection is the YAML format for sharing connections. Passwords and API keys are always omitted so the file can be safely shared.
type ExportedDBConfig ¶ added in v0.5.0
type ExportedRedash ¶ added in v0.5.1
Click to show internal directories.
Click to hide internal directories.