diff --git a/src/commands/build/upload.rs b/src/commands/build/upload.rs index 46e663d53d..0bcb4add55 100644 --- a/src/commands/build/upload.rs +++ b/src/commands/build/upload.rs @@ -38,7 +38,6 @@ pub fn make_command(command: Command) -> Command { "The path to the build to upload. Supported files include Apk, and Aab."; command .about("[EXPERIMENTAL] Upload builds to a project.") - .org_arg() .project_arg(false) .arg( Arg::new("paths") diff --git a/tests/integration/_cases/build/build-upload-help-macos.trycmd b/tests/integration/_cases/build/build-upload-help-macos.trycmd index 77f4086934..185902c11b 100644 --- a/tests/integration/_cases/build/build-upload-help-macos.trycmd +++ b/tests/integration/_cases/build/build-upload-help-macos.trycmd @@ -9,8 +9,6 @@ Arguments: ... The path to the build to upload. Supported files include Apk, Aab, XCArchive, and IPA. Options: - -o, --org - The organization ID or slug. --header Custom headers that should be attached to all requests in key:value format. diff --git a/tests/integration/_cases/build/build-upload-help-not-macos.trycmd b/tests/integration/_cases/build/build-upload-help-not-macos.trycmd index 177c314edf..3329b76aba 100644 --- a/tests/integration/_cases/build/build-upload-help-not-macos.trycmd +++ b/tests/integration/_cases/build/build-upload-help-not-macos.trycmd @@ -8,8 +8,6 @@ Arguments: ... The path to the build to upload. Supported files include Apk, and Aab. Options: - -o, --org - The organization ID or slug. --header Custom headers that should be attached to all requests in key:value format.