mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 20:57:44 +00:00
env and config command adjustments
This commit is contained in:
@@ -24,9 +24,13 @@ func newDeleteCmd() *cobra.Command {
|
||||
Example: "sail transform d 03d5187b-ab96-402c-b5a1-40b74285d77a",
|
||||
Aliases: []string{"d"},
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
var id []string
|
||||
|
||||
err := config.InitConfig()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if len(args) < 1 {
|
||||
transforms, err := transform.GetTransforms()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user