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
* Added stop scheduled-job commands
* Added examples for the scheduled-job commands
* Updated versions
* Added autocomplete for jobs and batches
* Update cmd/stopScheduledJobs.go
Co-authored-by: Richard Hagen <[email protected]>
* Added endpoints to stop jobs and batches for entire environment
* Added command to get batches and jobs
* Extended command to get batches and jobs
* Added silence error option
* Added batch summary test
* Added job summary text
---------
Co-authored-by: Richard Hagen <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Visit https://github.com/equinor/radix-cli/releases/latest and download the appr
64
64
Either run the tar command to extract the contents (replacing the filename with the one you downloaded)
65
65
66
66
```batch
67
-
tar -xf radix-cli_0.0.16_Windows_x86_64.tar.gz
67
+
tar -xf radix-cli_1.26.0_Windows_x86_64.tar.gz
68
68
```
69
69
70
70
or use a third-party tool like _WinZip_, _WinRar_ or _7zip_ to extract it.
@@ -148,7 +148,7 @@ Want to [contribute](./CONTRIBUTING.md)?
148
148
149
149
Client code is generated from swagger contract definition of the latest contract of the Radix API server. We use [go-swagger](https://github.com/go-swagger/go-swagger/blob/master/docs/install.md). Install it by:
150
150
```
151
-
go install github.com/go-swagger/go-swagger/cmd/swagger@v0.30.5
151
+
go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
152
152
```
153
153
The generated code should not be checked in, but will be generated on build of the CLI. When go-swagger is installed you can generate code using this command:
0 commit comments