Skip to content

Commit

Permalink
add command guide in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 24, 2024
1 parent 75e2c8b commit 0882ade
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions website/docs/guide/commands/plugin-pack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
sidebar_position: 500
draft: true
---

# plugin pack

The `plugin` command allows you to packaging kintone plugin project.

:::experimental

This feature is under early development.

:::

## Example

```shell
cli-kintone plugin pack \
--input ./src \
--output ./dist \
--private-key ./key.ppk
```

## Options

See [Options](/guide/options) page for common options.

| Option | Required | Description |
| ----------------- | -------- | ---------------------------------------------------------------------------------------------- |
| `--input` | Yes | The input plugin project directory. |
| `--output` | | The destination path of generated plugin file.<br/>Default to plugin.zip on current directory. |
| `--private-key ` | | The path of private key file<br/>If omitted, new private key will be generated. |

0 comments on commit 0882ade

Please sign in to comment.