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

Remove create commands #2749

Merged
merged 4 commits into from
May 3, 2023
Merged
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
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.