File tree Expand file tree Collapse file tree 4 files changed +4
-183
lines changed Expand file tree Collapse file tree 4 files changed +4
-183
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ import (
5
5
"github.com/jaxxstorm/tscli/cmd/tscli/set/device"
6
6
"github.com/jaxxstorm/tscli/cmd/tscli/set/dns"
7
7
postureintegration "github.com/jaxxstorm/tscli/cmd/tscli/set/integration"
8
+
8
9
"github.com/jaxxstorm/tscli/cmd/tscli/set/settings"
9
10
"github.com/jaxxstorm/tscli/cmd/tscli/set/user"
11
+ "github.com/jaxxstorm/tscli/cmd/tscli/set/policy"
10
12
"github.com/spf13/cobra"
11
13
)
12
14
@@ -23,5 +25,6 @@ func Command() *cobra.Command {
23
25
command .AddCommand (contact .Command ())
24
26
command .AddCommand (postureintegration .Command ())
25
27
command .AddCommand (dns .Command ())
28
+ command .AddCommand (policy .Command ())
26
29
return command
27
30
}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
// cmd/tscli/set/policy/cli.go
2
- package policyset
2
+ package policy
3
3
4
4
import (
5
5
"errors"
You can’t perform that action at this time.
0 commit comments