We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be97bf2 + 4426439 commit 7cabddcCopy full SHA for 7cabddc
CHANGELOG.md
@@ -1,4 +1,5 @@
1
# Unreleased
2
+- Hide deprecated `add-source` command from command list.
3
4
=======
5
mapbox_tilesets/scripts/cli.py
@@ -616,7 +616,7 @@ def callback(m):
616
raise errors.TilesetsError(resp.text)
617
618
619
-@cli.command("add-source")
+@cli.command("add-source", hidden=True)
620
@click.argument("username", required=True, type=str)
621
@click.argument("id", required=True, type=str)
622
@cligj.features_in_arg
0 commit comments