Skip to content

Commit 8cdb705

Browse files
chore(launchpad): Remove org argument from build upload command
1 parent 6bab90f commit 8cdb705

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/commands/build/upload.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pub fn make_command(command: Command) -> Command {
3838
"The path to the build to upload. Supported files include Apk, and Aab.";
3939
command
4040
.about("[EXPERIMENTAL] Upload builds to a project.")
41-
.org_arg()
4241
.project_arg(false)
4342
.arg(
4443
Arg::new("paths")

tests/integration/_cases/build/build-upload-help-not-macos.trycmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Arguments:
88
<PATH>... The path to the build to upload. Supported files include Apk, and Aab.
99

1010
Options:
11-
-o, --org <ORG>
12-
The organization ID or slug.
1311
--header <KEY:VALUE>
1412
Custom headers that should be attached to all requests
1513
in key:value format.

0 commit comments

Comments
 (0)