Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @twilio-labs/[email protected]
Choose a base ref
...
head repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @twilio-labs/[email protected]
Choose a head ref
  • 6 commits
  • 36 files changed
  • 3 contributors

Commits on Sep 7, 2022

  1. Copy the full SHA
    52df97e View commit details

Commits on Oct 6, 2022

  1. chore(plugin-serverless): updates to @twilio/cli-core v7 (#420)

    * chore(plugin-serverless): updates to @twilio/cli-core v7
    
    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
    
    * chore(plugin-serverless): adds package.json main property
    
    Copied from: https://github.com/oclif/hello-world/blob/main/src/index.ts
    
    Co-authored-by: Dominik Kundel <[email protected]>
    philnash and dkundel authored Oct 6, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    238e391 View commit details
  2. chore(plugin-assets): updates to @twilio/cli-core v7 (#419)

    * chore(plugin-assets): updates to @twilio/cli-core v7
    
    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)
    
    * chore(plugin-serverless): updates to @twilio/cli-core v7
    
    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
    
    * fix(plugin-assets): make *.cmd files runnable
    
    * chore(plugin-assets): adds package.json main property
    
    Copied from: https://github.com/oclif/hello-world/blob/main/src/index.ts
    
    Co-authored-by: Dominik Kundel <[email protected]>
    philnash and dkundel authored Oct 6, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    93b7d31 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    67d83bf View commit details

Commits on Oct 10, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2cda5b0 View commit details

Commits on Oct 11, 2022

  1. Copy the full SHA
    d4fde96 View commit details
Loading