From baf60db7af26db9ffcef9f5f378f2ba98b0374b3 Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Fri, 12 Jul 2024 10:59:04 +0200 Subject: [PATCH] fixup! Add autocompletion for connection names to --connection flag --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7ba28b355f..c29f406697 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -22,6 +22,7 @@ ## New additions * Added connection option `--token-file-path` allowing passing OAuth token using a file. The function is also supported by setting `token_file_path` in connection definition. +* Added support for autocomplete in `--connection` flag. ## Fixes and improvements * The `snow app run` command now allows upgrading to unversioned mode from a versioned or release mode application installation @@ -30,7 +31,6 @@ * Added support for user stages in stage execute command * Added support for user stages in stage and git copy commands - # v2.6.0 ## Backward incompatibility