Improve the Start Command #77
brianvarskonst
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you!
Same for me. I would advice you to add everything you need to run after Add these lines to your hooks:
post-start:
- exec-host: "ddev auth ssh" Here you can find additional information about ddev hooks: https://ddev.readthedocs.io/en/stable/users/extending-commands/ Please let me know if this solves your issue, or if you think a change to the plugin is needed still. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first of All, great Plugin!
Currently I don't saw a opportunity to extend the start command which only executes
ddev start
, I require e.g. on my local ssh keys at my daily work where I use them in the DDEV container withddev auth ssh
. So currently I start DDEV from my local terminal that way:Would be great to have the possibility to extend the start command, then it would be perfect for me.
Beta Was this translation helpful? Give feedback.
All reactions