Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Provide improvements for the "new" and "publish" commands #85

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

psamusev
Copy link
Collaborator

@psamusev psamusev commented Dec 9, 2024

In context of this ticket:

  • Removed "init" command as outdated. There is no any reference in our docs to it, so safe to remove
  • Improved "new" command to allow specify all required options via prompts - simplify instantiation of new connector's project
  • "Publish" command will use "config.connectorName" as default value for "name" param
  • "Info" will log the value of the "config.connectorName"

Copy link

github-actions bot commented Dec 9, 2024

Use PR connector-cli package

Tarball can be downloaded from https://cdnepgrafxstudiodev.azureedge.net/sdk/connector-cli/dev-packages/85/connector-cli.tgz

To use in local project, change package.json to use local tarball

"devDependencies": {
    "@chili-publish/connector-cli": "https://cdnepgrafxstudiodev.azureedge.net/sdk/connector-cli/dev-packages/85/connector-cli.tgz"
}

@psamusev psamusev merged commit 9d1034b into main Dec 10, 2024
2 checks passed
@psamusev psamusev deleted the feature/improve-cli-commands branch December 10, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants