Skip to content

Commit 3d15ec9

Browse files
committed
Hide region CLI flag
1 parent 1beef76 commit 3d15ec9

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

2727
- Fixed an issue when using the CLI without arguments ([#14877](https://github.com/Lightning-AI/lightning/pull/14877))
2828
- Fixed a bug where the upload files endpoint would raise an error when running locally ([#14924](https://github.com/Lightning-AI/lightning/pull/14924))
29+
- Fixed BYOC cluster region selector -> hiding it since from help since only us-east-1 has been tested and recommend ([#15277]https://github.com/Lightning-AI/lightning/pull/15277)
2930

3031
## [0.6.2] - 2022-09-21
3132

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)