Skip to content

Commit f8a1d35

Browse files
committed
chore: Bump version to 0.1.8 and fix config option in deploy command
1 parent 758be30 commit f8a1d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebulae-cli/deploy",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Command line tools for deploying",
55
"private": false,
66
"type": "module",

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function initCommands(): void {
6666
.name('deploy')
6767
.description('CLI for deploy project to server | CLI 部署工具')
6868
.version(pkg.version ?? '0.0.0')
69-
.option('-c, --config', 'config file path')
69+
.option('-c, --config <config>', 'config file path')
7070
.action(async (argv: Partial<DeployArgv>) => {
7171
try {
7272
const { config: configFilePath } = argv;

0 commit comments

Comments
 (0)