Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2749 from Shopify/remove-create-commands
Browse files Browse the repository at this point in the history
Remove create commands
  • Loading branch information
isaacroldan authored May 3, 2023
2 parents 9df60a0 + b521836 commit f9e55b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
1 change: 0 additions & 1 deletion lib/project_types/extension/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Project < ShopifyCLI::ProjectType
class Command < ShopifyCLI::Command::ProjectCommand
autoload :ExtensionCommand, Project.project_filepath("commands/extension_command")

subcommand :Create, "create", Project.project_filepath("commands/create")
subcommand :Register, "register", Project.project_filepath("commands/register")
subcommand :Info, "info", Project.project_filepath("commands/info")
subcommand :Connect, "connect", Project.project_filepath("commands/connect")
Expand Down
1 change: 0 additions & 1 deletion lib/shopify_cli/commands/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module ShopifyCLI
module Commands
class App < ShopifyCLI::Command
subcommand :Connect, "connect", "shopify_cli/commands/app/connect"
subcommand :Create, "create", "shopify_cli/commands/app/create"
subcommand :Deploy, "deploy", "shopify_cli/commands/app/deploy"
subcommand :Open, "open", "shopify_cli/commands/app/open"
subcommand :Serve, "serve", "shopify_cli/commands/app/serve"
Expand Down
102 changes: 0 additions & 102 deletions test/project_types/extension/commands/create_test.rb

This file was deleted.

0 comments on commit f9e55b9

Please sign in to comment.