Alignment for release v1.5 (#139)

* update and add flags for release

* add encryption flag
This commit is contained in:
Vivek Singh
2024-10-11 15:44:55 +05:30
committed by GitHub
parent 2ee7373e62
commit fc85e089fb

View File

@@ -19,6 +19,8 @@ Template can also be initialized from a pear:// link, the template should contai
--type|-t=type Template type. Overrides <link|type>
--force|-f Force overwrite existing files
--with|-w=name Additional functionality. Available: node
--encryption-key=name Application encryption key
--no-ask Suppress permissions dialogs
--help|-h Show help
```
@@ -50,6 +52,9 @@ Outputs diff information and project key.
--bare|-b File data only, no warmup optimization
--ignore Comma separated file path ignore list
--name Advanced. Override app name
--encryption-key=name Application encryption key
--no-ask Suppress permissions dialogs
--help|-h Show help
```
## `pear seed <channel|key> [dir]`
@@ -65,6 +70,9 @@ Specify a remote key to reseed.
--seeders|-s Additional public keys to seed from
--name Advanced. Override app name
--verbose|-v Additional output
--encryption-key=name Application encryption key
--no-ask Suppress permissions dialogs
--help|-h Show help
```
## `pear run [flags] <link|dir> [...app-args]`
@@ -95,6 +103,8 @@ Run an application from a key or dir.
--checkout=staged Run checkout from latest version length
--no-ask-trust Exit instead of asking to trust unknown keys
--detached Wakeup existing app or run detached
--encryption-key=name Application encryption key
--no-ask Suppress permissions dialogs
--help|-h Show help
```
@@ -127,6 +137,7 @@ Use this to indicate production release points.
```
--json Newline delimited JSON output
--checkout=n|current Set a custom release length (version)
--help|-h Show help
```
## `pear info [channel|key]`
@@ -143,6 +154,9 @@ Supply no argument to view platform information.
--metadata View metadata only
--key View key only
--json Newline delimited JSON output
--encryption-key=name Application encryption key
--no-ask Suppress permissions dialogs
--help|-h Show help
```
## `pear dump [flags] <link> <dir>`
@@ -154,6 +168,8 @@ Synchronize files from key to dir.
```
--checkout=n Dump from specified checkout, n is version length
--json Newline delimited JSON output
--encryption-key=name Application encryption key
--no-ask Suppress permissions dialogs
--help|-h Show help
```
@@ -166,8 +182,10 @@ This command instructs any existing sidecar process to shutdown
and then becomes the sidecar.
```
--verbose|-v Additional output
--mem memory mode: RAM corestore
--attach-boot-io include initial sidecar I/O (if applicable)
--key=key Advanced. Switch release lines
--help|-h Show help
```
## `pear versions`
@@ -176,6 +194,7 @@ Output version information.
```
--json Single JSON object
--help|-h Show help
```
## `pear shift <src-key> <dst-key> [--force]`