Skip to content

Commit

Permalink
Update pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed Dec 19, 2024
1 parent dd67719 commit c01fd89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sdk/src/beta9/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,12 @@ def select_context(name: str, config_path: Path):


@management.command(
name="export-config",
name="export",
help="Export the current workspace configuration",
)
@click.option(
"--name",
@click.argument(
"name",
type=click.STRING,
help="Name of the config cntext to export. Default is the `default` context.",
default=DEFAULT_CONTEXT_NAME,
required=False,
)
Expand Down

0 comments on commit c01fd89

Please sign in to comment.