mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Add documentation for pear touch command (#147)
* Add documentation for `pear touch` command * Add `pear seed <link>` example to `pear touch` doc
This commit is contained in:
@@ -167,6 +167,19 @@ Synchronize files from key to dir.
|
|||||||
--help|-h Show help
|
--help|-h Show help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## `pear touch [flags] [channel]`
|
||||||
|
|
||||||
|
Create Pear link
|
||||||
|
|
||||||
|
Creates a Pear Link using channel name if provided or else a randomly generated channel name.
|
||||||
|
|
||||||
|
This command is useful for creating links for automations that use `pear stage <link>`, `pear release <link>` or `pear seed <link>`.
|
||||||
|
|
||||||
|
```
|
||||||
|
--json Newline delimited JSON output
|
||||||
|
--help|-h Show help
|
||||||
|
```
|
||||||
|
|
||||||
## `pear sidecar`
|
## `pear sidecar`
|
||||||
|
|
||||||
The Pear Sidecar is a local-running HTTP and IPC server which
|
The Pear Sidecar is a local-running HTTP and IPC server which
|
||||||
|
|||||||
Reference in New Issue
Block a user