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

Gv/cli pr draft #4764

Closed
wants to merge 16 commits into from
Closed

Gv/cli pr draft #4764

wants to merge 16 commits into from

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    df35fbc View commit details
    Browse the repository at this point in the history
  2. CLI: Add MultiSelectPrompt and SelectRefreshablePrompt

      - MultiSelectPrompt is a new component that allows the user to select multiple options.
      - SelectRefreshablePrompt is a component that allows refreshing options.
    
    New renderers: select list renderer is a renderer that can render a list below an option. It also has a smarter pagination. Makes use of SelectRefreshablePrompt.
    
    getSelectRenderers now supports simple infinite scroll and multi select.
    gabivlj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cac2eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8008c78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2478f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be269d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90ce296 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    522ebd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd25cef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a05fc1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b35f594 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    272f1dc View commit details
    Browse the repository at this point in the history
  12. Wrangler Cloudchamber: Add smarter scope handling and remove cloudcha…

    …mber:write by default
    gabivlj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2f7cdcd View commit details
    Browse the repository at this point in the history
  13. Wrangler, C3, CLI: Add changeset of wrangler cloudchamber and address…

    … PR feedback
    
    - Remove inferYargs and adjust all commands that tried to pass args
      object directly to not do it anymore.
    - asJson is moved to a common file, and have the concept of
      CommonYargsArgvJSON.
    - Cleanup cloudchamber command definitions.
    gabivlj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    64908d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    78fc1d3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7155aff View commit details
    Browse the repository at this point in the history
  16. interactive, cloudchamber: replace error calls with crash, and crash …

    …now calls error() and exits
    gabivlj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0ed1b60 View commit details
    Browse the repository at this point in the history