connection

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package connection registers the `connection` command group with cobra. The package is split per-command:

  • register.go: Register + usage text.
  • add.go: `connection add`.
  • update.go: `connection update`.
  • list.go: `connection list` + the per-row renderer.
  • simple.go: `connection remove` and `connection set-default`.
  • test_cmd.go: `connection test` (the only command needing resolve).
  • build.go: pure helpers used by add/update (parse, merge, strip, validate); has its own _test.go.
  • parse.go: positional connection-string parser + URL helpers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(root *cobra.Command, globals func() (string, int))

Register adds the connection command group to root.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL