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: civo/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: civo/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 34 files changed
  • 3 contributors

Commits on Jun 10, 2025

  1. feat(resource-snapshot): add resource snapshot management commands (#533

    )
    
    * feat(resource-snapshot): add resource snapshot management commands
    uzaxirr authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    acc29ff View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. feat(instance): add VNC session management commands (#552)

    * feat(instance): add VNC session management commands
    
    * refactor
    
    * docs: update README to reflect changes in VNC command to console command
    
    * add aliases
    
    * address change request removing an unexisting Console output param
    
    * update civogo
    
    * vnc differentiate the create console DTO with the get console status DTO
    
    ---------
    
    Co-authored-by: alessandroargentieri <alessandro@civo.com>
    uzaxirr and alessandroargentieri authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    7d031d8 View commit details
    Browse the repository at this point in the history
  2. feat(snapshot): add snapshot schedule management commands (#540)

    * feat(snapshot): add snapshot schedule management commands
    
    * fix: add snapshot command to root command
    
    * refactor: update snapshot schedule creation and show commands.
    
    * chore: update civogo dependency to version v0.5.5
    
    * reset readme
    
    * fix unpausing schedule
    
    * fix missing newline
    
    * add paused field to list output
    
    * more compact format
    
    * add additional fields to json output
    
    * fix conflicts
    
    * fix README.md
    
    * fix README.md
    
    * documentation
    
    * typo
    
    ---------
    
    Co-authored-by: Michele Giornetta <michele@civo.com>
    uzaxirr and giornetta authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    fc13db9 View commit details
    Browse the repository at this point in the history
Loading