MCPcopy Create free account
hub / github.com/compozy/agh / newNetworkSubscriptionsCommand

Function newNetworkSubscriptionsCommand

internal/cli/network.go:980–987  ·  view source on GitHub ↗
(deps commandDeps, workspaceRef *string)

Source from the content-addressed store, hash-verified

978}
979
980func newNetworkSubscriptionsCommand(deps commandDeps, workspaceRef *string) *cobra.Command {
981 cmd := &cobra.Command{
982 Use: "subscriptions",
983 Short: "Inspect network delivery preferences",
984 }
985 cmd.AddCommand(newNetworkSubscriptionsListCommand(deps, workspaceRef))
986 return cmd
987}
988
989func newNetworkSubscriptionsListCommand(deps commandDeps, workspaceRef *string) *cobra.Command {
990 var flags networkSubscriptionFlags

Callers 1

newNetworkCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected