Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Remove sandbox command #462

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Register cookbook
run: bin/flytectl register examples -d development -p flytesnacks
- name: Teardown Sandbox cluster
run: bin/flytectl sandbox teardown
run: bin/flytectl demo teardown

bump_version:
name: Bump Version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Flytectl was designed as a portable and lightweight command-line interface to wo

3. Start Sandbox using Flytectl.
```bash
$ flytectl sandbox start
$ flytectl demo start
```

4. Register examples.
Expand Down
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"github.com/flyteorg/flytectl/cmd/demo"
"github.com/flyteorg/flytectl/cmd/get"
"github.com/flyteorg/flytectl/cmd/register"
"github.com/flyteorg/flytectl/cmd/sandbox"
"github.com/flyteorg/flytectl/cmd/update"
"github.com/flyteorg/flytectl/cmd/upgrade"
"github.com/flyteorg/flytectl/cmd/version"
Expand Down Expand Up @@ -64,7 +63,6 @@ func newRootCmd() *cobra.Command {
rootCmd.AddCommand(update.CreateUpdateCommand())
rootCmd.AddCommand(register.RemoteRegisterCommand())
rootCmd.AddCommand(delete.RemoteDeleteCommand())
rootCmd.AddCommand(sandbox.CreateSandboxCommand())
rootCmd.AddCommand(demo.CreateDemoCommand())
rootCmd.AddCommand(configuration.CreateConfigCommand())
rootCmd.AddCommand(completionCmd)
Expand Down
50 changes: 0 additions & 50 deletions cmd/sandbox/exec.go

This file was deleted.

76 changes: 0 additions & 76 deletions cmd/sandbox/exec_test.go

This file was deleted.

70 changes: 0 additions & 70 deletions cmd/sandbox/sandbox.go

This file was deleted.

39 changes: 0 additions & 39 deletions cmd/sandbox/sandbox_test.go

This file was deleted.

84 changes: 0 additions & 84 deletions cmd/sandbox/start.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/sandbox/start_test.go

This file was deleted.

32 changes: 0 additions & 32 deletions cmd/sandbox/status.go

This file was deleted.

Loading
Loading