Skip to content

Commit

Permalink
chore: remove initial scriptapi files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Jul 23, 2024
1 parent 9c992ef commit 29c6ecf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
44 changes: 0 additions & 44 deletions pkg/api/scriptapi/exec.go

This file was deleted.

22 changes: 0 additions & 22 deletions pkg/api/scriptapi/root.go

This file was deleted.

4 changes: 0 additions & 4 deletions pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"os"
"strings"

"github.com/cidverse/cid/pkg/api/scriptapi"
"github.com/cidverse/cidverseutils/zerologconfig"
"github.com/spf13/cobra"
)
Expand Down Expand Up @@ -42,9 +41,6 @@ func RootCmd() *cobra.Command {
cmd.AddCommand(xCmd())
cmd.AddCommand(apiCmd())

// api
cmd.AddCommand(scriptapi.RootCmd())

// version
cmd.AddCommand(versionCmd())

Expand Down

0 comments on commit 29c6ecf

Please sign in to comment.