-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove PHP template from CLI #4843
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -33,9 +33,8 @@ export default class Dev extends AppCommand { | |||
- Serving [GraphiQL for the Admin API](https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes. | |||
- Building and serving your app and app extensions. | |||
If you're using the PHP or Ruby app template, then you need to complete the following steps before you can preview your app for the first time: | |||
If you're using the Ruby app template, then you need to complete the following steps before you can preview your app for the first time: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this and the bullet point below can be merged together now.
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success1917 tests passing in 870 suites. Report generated by 🧪jest coverage report action from 8554d02 |
ba0665d
to
551fe3e
Compare
Update review comments typo
551fe3e
to
93d65a6
Compare
packages/cli/README.md
Outdated
@@ -259,10 +259,9 @@ DESCRIPTION | |||
and access scopes. | |||
- Building and serving your app and app extensions. | |||
If you're using the PHP or Ruby app template, then you need to complete the following steps before you can preview | |||
If you're using the Ruby app template, then you need to complete the following steps before you can preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QQ: Is this readme generated from somewhere? Seems to be from dev.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is. I think CI checks will nudge you to do this but pnpm refresh-readme
should do the job.
63b8e43
to
8554d02
Compare
WHY are these changes introduced?
WHAT is this pull request doing?
Before
After
How to test your changes?
Post-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist