package
0.1.2
Repository: https://github.com/reeflective/team.git
Documentation: pkg.go.dev

# Functions

ConfigsAppCompleter completes file paths to the current application configs.
ConfigsCompleter completes file paths to other teamserver application configs (clients/users CA, etc) The filepath is the directory between .app/ and the target directory where config files of a certain type should be found, ext is the normal/default extension for those target files, and tag is used in comps.
Generate returns a command tree to embed in client applications connecting to a teamserver.
PostRun is a cobra command runner that simply calls client.Disconnect() to close the client connection from its teamserver.
PreRun returns a cobra command runner which connects the client to its teamserver.
PreRunNoDisconnect is a pre-runner that will connect the teamclient with the client.WithNoDisconnect() option, so that after each execution, the client connection is kept open.