MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / GetSystemClient

Method GetSystemClient

pkg/apiclient/client_factory.go:30–30  ·  view source on GitHub ↗

GetSystemClient returns an Octopus api Client instance which isn't bound to any Space. Use it for things that live outside of a space, such as Teams, or Spaces themselves

(requester Requester)

Source from the content-addressed store, hash-verified

28 // GetSystemClient returns an Octopus api Client instance which isn't bound to any Space.
29 // Use it for things that live outside of a space, such as Teams, or Spaces themselves
30 GetSystemClient(requester Requester) (*octopusApiClient.Client, error)
31
32 // GetActiveSpace returns the currently selected space.
33 // Note this is lazily populated when you call GetSpacedClient;

Callers 2

testLoginFunction · 0.95

Implementers 2

Clientpkg/apiclient/client_factory.go
stubClientFactorypkg/apiclient/client_factory.go

Calls

no outgoing calls

Tested by 1