Skip to content

Commit

Permalink
Remove el2g subcommand
Browse files Browse the repository at this point in the history
EdgeLock2GO is no longer offered as a part of FoundriesFactory. This
patch removes fioctl support for this feature.

Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew committed Oct 31, 2024
1 parent 5e5dfca commit d279c72
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 389 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
cfgcmd "github.com/foundriesio/fioctl/subcommands/config"
"github.com/foundriesio/fioctl/subcommands/devices"
"github.com/foundriesio/fioctl/subcommands/docker"
"github.com/foundriesio/fioctl/subcommands/el2g"
"github.com/foundriesio/fioctl/subcommands/events"
"github.com/foundriesio/fioctl/subcommands/factories"
"github.com/foundriesio/fioctl/subcommands/git"
Expand Down Expand Up @@ -83,7 +82,6 @@ func init() {
rootCmd.AddCommand(devices.NewCommand())
rootCmd.AddCommand(docker.NewCommand())
rootCmd.AddCommand(git.NewCommand())
rootCmd.AddCommand(el2g.NewCommand())
rootCmd.AddCommand(events.NewCommand())
rootCmd.AddCommand(factories.NewCommand())
rootCmd.AddCommand(keys.NewCommand())
Expand Down
77 changes: 0 additions & 77 deletions subcommands/el2g/aws.go

This file was deleted.

24 changes: 0 additions & 24 deletions subcommands/el2g/cmd.go

This file was deleted.

157 changes: 0 additions & 157 deletions subcommands/el2g/devices.go

This file was deleted.

65 changes: 0 additions & 65 deletions subcommands/el2g/gateway.go

This file was deleted.

Loading

0 comments on commit d279c72

Please sign in to comment.