Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "timescaledb", Short: "Subcommand for TimescaleDB operations", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { err := root.RootCmd.PersistentPreRunE(cmd, args) if err != nil { return fmt.Errorf("could not read global flag: %w", err) } return nil }, }
Cmd represents the timescaledb command
Functions ¶
func PortForwardTimescaleDB ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.