From a32ed513508c46bf9cd3cce7799d263b38b5ccf5 Mon Sep 17 00:00:00 2001 From: dmc Date: Tue, 30 Jan 2024 22:00:57 +0100 Subject: [PATCH] launch -> run --- guide/getting-started.md | 4 ++-- reference/api.md | 6 +++--- reference/cli.md | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/guide/getting-started.md b/guide/getting-started.md index 91f37b7..a75cdbc 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -35,10 +35,10 @@ If not, the first run of `pear` will fetch the platform from peers, after which To check that Pear is fully working, try the following command: ``` -pear launch keet +pear run keet ``` -Pear loads applications from peers, so this command should launch [Keet](https://keet.io) whether or not it was downloaded and installed beforehand. +Pear loads applications from peers, so this command should open [Keet](https://keet.io) whether or not it was downloaded and installed beforehand. ## Next diff --git a/reference/api.md b/reference/api.md index 9911000..d308d87 100644 --- a/reference/api.md +++ b/reference/api.md @@ -102,7 +102,7 @@ In development, `pear://dev/`. **References** * [Pear.config.link](#pearconfiglinkdata-string) * [`pear dev`](./cli.md) -* [`pear launch`](./cli.md) +* [`pear run`](./cli.md) ### `Pear.config.linkData ` @@ -116,7 +116,7 @@ In development, `pear://dev/`. * [Pear.config.link](#pearconfiglink-string) * [`pear dev`](./cli.md) -* [`pear launch`](./cli.md) +* [`pear run`](./cli.md) ### `Pear.config.checkpoint ` @@ -327,7 +327,7 @@ Captures available desktop sources. Resolves to an array of objects with shape ` Versions object. Pear versions are objects with the shape `{ fork , length , key }`. -The `key` is a Buffer of the launch key. The `length` is the size of the relevant Hypercore. The `fork` property is determined by data truncation. +The `key` is a Buffer of the run key. The `length` is the size of the relevant Hypercore. The `fork` property is determined by data truncation. These three properties together are a unique identifier for the entire state of both applications and the Pear platform. diff --git a/reference/cli.md b/reference/cli.md index 607878d..3bd937a 100644 --- a/reference/cli.md +++ b/reference/cli.md @@ -24,11 +24,11 @@ A Pear link takes the form: `pear:///`. The `` portion of the link is available as `pear.config.linkData`. ``` - --no-watch Disable watch-reload - --launch=key Launch an app in dev mode - --link=url Simulate deep-link click open - --store|-s=path Set the Application Storage path - --tmp-store|-t Use a temporary Application Storage path +--link=url Simulate deep-link click open +--run=key Run app from key in dev mode +--link=url Simulate deep-link click open +--store|-s=path Set the Application Storage path +--tmp-store|-t Use a temporary Application Storage path ``` ## pear stage [dir]