Skip to content

Commit 599667f

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

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

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-macos.trycmd

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

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

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)