You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service-version clone command missing the JSON output and to use it in scripts the output need to be parsed.
Using service-version list command directly after cloning a new version is not always putting the version in the end that will make it hard to find or if the list returns stale data.
This is from our log files where we using the clone follow with the list command.
2024-12-03 03:16:30.1042 Console.Internal | SUCCESS: Cloned service XXXX version 1460 to version 1461
2024-12-03 03:16:31.1049 Console.Internal | Found fastly version 1460
2024-12-03 03:16:31.1051 Console.Internal | Add domain DOMAIN to service
2024-12-03 03:16:31.9595 Console.Internal |
2024-12-03 03:16:31.9598 Console.Internal | ERROR: service version 1460 is locked.
2024-12-03 03:16:31.9606 Console.Internal |
2024-12-03 03:16:31.9607 Console.Internal | Repeat the command with the --autoclone flag to allow the version to be cloned
The
service-version clone
command missing the JSON output and to use it in scripts the output need to be parsed.Using
service-version list
command directly after cloning a new version is not always putting the version in the end that will make it hard to find or if the list returns stale data.This is from our log files where we using the clone follow with the list command.
I think the relative code for this is this part:
cli/pkg/commands/serviceversion/clone.go
Line 78 in 6a47798
The text was updated successfully, but these errors were encountered: