Skip to content

Commit 604221b

Browse files
authored
Merge pull request #46 from Vonage/fix/upgrade-cmd-issue
fix: remove auth for upgrade cmd and add path option
2 parents 062a385 + 7559de2 commit 604221b

28 files changed

+169
-46
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ jobs:
4242
- name: Set up Docker
4343
run: |
4444
brew install docker docker-machine docker-compose
45-
4645
sudo mkdir -p /usr/local/bin
4746
sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.6.7/colima-Darwin-x86_64 && sudo chmod +x /usr/local/bin/colima
4847
brew install lima
4948
brew install qemu
5049
colima start
51-
5250
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
5351
5452
- name: Cache Go modules

docs/vcr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ $ vcr init
4343
* [vcr secret](vcr_secret.md) - Manage VCR secrets
4444
* [vcr upgrade](vcr_upgrade.md) - Show and update VCR CLI version
4545

46-
###### Auto generated by spf13/cobra on 11-Nov-2024
46+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Use app commands to create, list and generate the key pairs of Vonage applicatio
2626
* [vcr app generate-keys](vcr_app_generate-keys.md) - Generate Vonage application keys
2727
* [vcr app list](vcr_app_list.md) - List Vonage applications
2828

29-
###### Auto generated by spf13/cobra on 11-Nov-2024
29+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_app_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ $ vcr app create --name App
4242

4343
* [vcr app](vcr_app.md) - Use app commands to manage Vonage applications
4444

45-
###### Auto generated by spf13/cobra on 11-Nov-2024
45+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_app_generate-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ $ vcr app generate-keys --app-id 42066b10-c4ae-48a0-addd-feb2bd615a67
4444

4545
* [vcr app](vcr_app.md) - Use app commands to manage Vonage applications
4646

47-
###### Auto generated by spf13/cobra on 11-Nov-2024
47+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_app_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ ID Name
3838

3939
* [vcr app](vcr_app.md) - Use app commands to manage Vonage applications
4040

41-
###### Auto generated by spf13/cobra on 11-Nov-2024
41+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ $ vcr configure
3939

4040
* [vcr](vcr.md) - Streamline your Vonage Cloud Runtime development and management tasks with VCR
4141

42-
###### Auto generated by spf13/cobra on 11-Nov-2024
42+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ $ vcr debug --name debugger"
7575

7676
* [vcr](vcr.md) - Streamline your Vonage Cloud Runtime development and management tasks with VCR
7777

78-
###### Auto generated by spf13/cobra on 11-Nov-2024
78+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ $ vcr deploy
8585

8686
* [vcr](vcr.md) - Streamline your Vonage Cloud Runtime development and management tasks with VCR
8787

88-
###### Auto generated by spf13/cobra on 11-Nov-2024
88+
###### Auto generated by spf13/cobra on 26-Nov-2024

docs/vcr_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ $ vcr init my-app
4242

4343
* [vcr](vcr.md) - Streamline your Vonage Cloud Runtime development and management tasks with VCR
4444

45-
###### Auto generated by spf13/cobra on 11-Nov-2024
45+
###### Auto generated by spf13/cobra on 26-Nov-2024

0 commit comments

Comments
 (0)