Thanks to visit codestin.com
Credit goes to github.com

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: fastly/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: fastly/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 9 commits
  • 26 files changed
  • 4 contributors

Commits on May 25, 2022

  1. Support [scripts.post_build] (#565)

    * support scripts.post_build
    
    * fix rust bug + overload flag
    
    * tests
    
    * update accept-custom-build flag description
    
    * refactor comments and variable identifier
    
    * refactor the order of the post_build notification
    
    * fix tests
    Integralist authored May 25, 2022
    Configuration menu
    Copy the full SHA
    f2a6dc3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Use the --port value if specified (#566)

    * Use the --port value if specified
    
    Fixes #558.
    
    * Add tests for --port
    fgsch authored May 27, 2022
    Configuration menu
    Copy the full SHA
    a237769 View commit details
    Browse the repository at this point in the history
  2. Support Viceroy "inline-toml" format and new contents field. (#567)

    Make `file` optional as well.  This is an interim solution while a
    more robust one is investigated that is `format` aware, that's it,
    so either `file` or `contents` are added even if empty, depending
    on whether the `format` is `json` or `inline-toml`, respectively.
    fgsch authored May 27, 2022
    Configuration menu
    Copy the full SHA
    f2d3284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9185a37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0df504e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #570 from fastly/fgsch/inline-toml

    Add example inline-toml dictionary
    fgsch authored May 27, 2022
    Configuration menu
    Copy the full SHA
    637920a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    bd54f2c View commit details
    Browse the repository at this point in the history
  2. Implement new global flags related to interactive prompts and default…

    … values (#568)
    
    * add new global flags
    
    * remove conflicting short flags
    
    * add descriptions to new global flags
    
    * fix commands to use new global flags
    
    * fix help output test
    
    * fix logic and tests
    
    * remove flag check for verbose output
    
    * comment typo
    Integralist authored May 30, 2022
    Configuration menu
    Copy the full SHA
    1e3dce3 View commit details
    Browse the repository at this point in the history
  3. v3.0.0 (#571)

    Integralist authored May 30, 2022
    Configuration menu
    Copy the full SHA
    2ec21df View commit details
    Browse the repository at this point in the history
Loading