Releases: opensafely-core/opensafely-cli
Releases · opensafely-core/opensafely-cli
v1.53.2
v1.53.1
Merge pull request #303 from opensafely-core/launch-help-tweaks fix: fix incorrect launch --help language
v1.53.0
Merge pull request #302 from opensafely-core/launch-finesse feat: add --background and --force options to launch command
v1.52.0
Merge pull request #301 from opensafely-core/launch Add new launch command, deprecated rstudio/jupyter commands
v1.51.1
Merge pull request #299 from opensafely-core/jobrunner-2.75.2 fix: bump to job-runner 2.75.2
v1.51.0
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
Merge pull request #286 from opensafely-core/add-preflight-checks-rst…
v1.50.1
Merge pull request #282 from opensafely-core/fix-open-browser fix: test and fix error handling in open_browser
v1.50.0
Merge pull request #283 from opensafely-core/iaindillingham/restrict-…
v1.49.0
Merge pull request #272 from opensafely-core/add-rstudio-command-squa…