Skip to content

Commit 201fdf5

Browse files
rfayrpkoller
andcommitted
@rpkoller suggestions, thanks1
Co-authored-by: Ralf Koller <1665422+rpkoller@users.noreply.github.com>
1 parent e7c3141 commit 201fdf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/blog/share-providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ You can select providers via command flags, project configuration, or global def
2525

2626
## Free Sharing with Cloudflare Tunnel
2727

28-
Cloudflare Tunnel provides production-grade infrastructure for sharing your local environments at zero cost. Getting started is as simple as:
28+
Cloudflare Tunnel provides production-grade infrastructure for sharing your local environments at zero cost. After [installing the client](https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/do-more-with-tunnels/local-management/create-local-tunnel/), getting started is as simple as:
2929

3030
```bash
31-
ddev share -p cloudflared
31+
ddev share -provider cloudflared
3232
```
3333

3434
No account creation, no authentication setup, no subscription tiers—just immediate access to share your work. This removes barriers for individual developers and teams who need occasional sharing without the overhead of managing service accounts.
@@ -41,7 +41,7 @@ You can set your preferred provider at multiple levels:
4141

4242
```bash
4343
# Use a specific provider for this session
44-
ddev share -p cloudflared
44+
ddev share -provider cloudflared
4545

4646
# Set default provider for the current project
4747
ddev config --share-provider=cloudflared

0 commit comments

Comments
 (0)