Skip to content

Commit

Permalink
Merge pull request #2 from instana/dev
Browse files Browse the repository at this point in the history
Refine help info and update version for cli
  • Loading branch information
morningspace authored Jul 11, 2024
2 parents 4230c85 + 718ade0 commit a91832a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/stanctl-configuration",
"version": "1.0.0",
"name": "@ibm-instana/stanctl-configuration",
"version": "1.1.0",
"description": "The Instana CLI for configuration package management",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/configuration/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Import configuration with parameters replaced:
// Configure yargs to parse command-line arguments with subcommands
yargs
.wrap(160) // Set the desired width here
.usage(`Usage: ${execName} <command> <options>`)
.usage(`The Instana CLI for configuration package management\n\nUsage: ${execName} <command> <options>`)
.command('download', 'Download a configuration package', (yargs) => {
return yargs
.option('package', {
Expand Down

0 comments on commit a91832a

Please sign in to comment.