Skip to content

chore(plugin-assets): updates to @twilio/cli-core v7 #419

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

Merged
merged 5 commits into from
Oct 6, 2022

Conversation

philnash
Copy link
Contributor

Replaces @oclif/command and @oclif/config with @oclif/core
Updates ./bin/run command and adds ./bin/dev command
Sets engines property in package to Node 14 (matches @oclif/core)

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

Replaces @oclif/command and @oclif/config with @oclif/core
Updates ./bin/run command and adds ./bin/dev command
Sets engines property in package to Node 14 (matches @oclif/core)
Replaces `@oclif/command` and `@oclif/config` with `@oclif/core`
Updates `./bin/run` command and adds `./bin/dev` command
Sets engines property in package to Node 14 (matches `@oclif/core`)

Updates commands to call `await this.parse`
  - For commands that inherit from `TwilioClientCommand`, flags and args
    are already parsed into `this.flags` and `this.args` when
    `super.run()` is called. This removes the call to parse a second
    time and uses `this.flags` and `this.args` instead
@dkundel dkundel merged commit 93b7d31 into main Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants