Skip to content

Releases: opensafely-core/opensafely-cli

v1.53.2

06 Feb 16:31
91a5118
Compare
Choose a tag to compare
Merge pull request #304 from opensafely-core/get-images

List project image versions

v1.53.1

05 Feb 16:38
95b1081
Compare
Choose a tag to compare
Merge pull request #303 from opensafely-core/launch-help-tweaks

fix: fix incorrect launch --help language

v1.53.0

05 Feb 15:52
4b8dc0b
Compare
Choose a tag to compare
Merge pull request #302 from opensafely-core/launch-finesse

feat: add --background and --force options to launch command

v1.52.0

04 Feb 09:13
3691b08
Compare
Choose a tag to compare
Merge pull request #301 from opensafely-core/launch

Add new launch command, deprecated rstudio/jupyter commands

v1.51.1

30 Jan 14:54
8d1a996
Compare
Choose a tag to compare
Merge pull request #299 from opensafely-core/jobrunner-2.75.2

fix: bump to job-runner 2.75.2

v1.51.0

29 Jan 00:24
c52e797
Compare
Choose a tag to compare
feat: `codelists add` command (#294)

* Refactor in advance of adding `add()``

A lot of the logic of `update` is needed by `add`:
* codelist file parsing (indirectly)
* file downloading
* manifest handling

This commit pulls out those needed parts into
their own functions, and pulls out
parse_codelist_file's line-parsing logic into its
own function.

This allows us to check the line we're about to
add to the codelists file is valid before doing
so, check that once we add the line to the
codelists file that it is valid, leave
pre-existing codelists and their corresponding
manifest file entries intact.

* `codelists add` command

Allow users to add OpenCodelists codelists to the
codelists.txt file by URL, allowing for common
variations from the "base" URL

v1.50.2

28 Oct 11:12
21c2a60
Compare
Choose a tag to compare
Merge pull request #286 from opensafely-core/add-preflight-checks-rst…

v1.50.1

23 Oct 11:43
907413e
Compare
Choose a tag to compare
Merge pull request #282 from opensafely-core/fix-open-browser

fix: test and fix error handling in open_browser

v1.50.0

23 Oct 09:47
b7b19d3
Compare
Choose a tag to compare
Merge pull request #283 from opensafely-core/iaindillingham/restrict-…

v1.49.0

21 Oct 10:06
af799c7
Compare
Choose a tag to compare
Merge pull request #272 from opensafely-core/add-rstudio-command-squa…