Skip to content

Commit bfb78a9

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

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
@@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3131

3232
- Fixed an issue when using the CLI without arguments ([#14877](https://github.com/Lightning-AI/lightning/pull/14877))
3333
- Fixed a bug where the upload files endpoint would raise an error when running locally ([#14924](https://github.com/Lightning-AI/lightning/pull/14924))
34+
- 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)
3435
- Fixed a bug when launching an app on multiple clusters ([#15226](https://github.com/Lightning-AI/lightning/pull/15226))
3536

3637
## [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)