Skip to content
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
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/jvm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/react-ui-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/chat/getting-started/swift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/cli/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can also run `init` without installing the CLI first:

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down Expand Up @@ -89,7 +89,7 @@ Set up the CLI without installing it first:

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/kotlin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/laravel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/objective-c.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/php.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/python.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/ruby.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/swift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/platform/tools/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get started in a single command:

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/push/getting-started/apns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/push/getting-started/fcm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/push/getting-started/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code fixed="true">
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/push/getting-started/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/push/getting-started/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly

<Code>
```shell
npx -p @ably/cli ably init
npx @ably/cli init
```
</Code>

Expand Down