Skip to content

Commit 88c5707

Browse files
nmiculiniclantiga
andcommitted
Hide region CLI flag
Co-authored-by: Luca Antiga <[email protected]>
1 parent ac89d70 commit 88c5707

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2727

2828
- Fixed an issue when using the CLI without arguments ([#14877](https://github.com/Lightning-AI/lightning/pull/14877))
2929
- Fixed a bug where the upload files endpoint would raise an error when running locally ([#14924](https://github.com/Lightning-AI/lightning/pull/14924))
30+
- Fixed BYOC cluster region selector -> hiding it from help since only us-east-1 has been tested and is recommended ([#15277]https://github.com/Lightning-AI/lightning/pull/15277)
3031
- Fixed a bug when launching an app on multiple clusters ([#15226](https://github.com/Lightning-AI/lightning/pull/15226))
3132

3233
## [0.6.2] - 2022-09-21

src/lightning_app/cli/lightning_cli_create.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def create() -> None:
2525
required=False,
2626
default="us-east-1",
2727
help="AWS region that is used to host the associated resources.",
28+
hidden=True,
2829
)
2930
@click.option(
3031
"--instance-types",

0 commit comments

Comments
 (0)