Skip to content

Uploading codepush sourcemap from AppCenter alternatives (RevoPush) #4691

@varqasim

Description

@varqasim

Problem Statement

As we know that AppCenter will be shutting down on the 31st of March and will no longer be available. Different alternatives are popping up in the market and one of them that we're planning to make use of is Revopush. Currently the sentry-cli has a command appcenter that is connected with Microsoft AppCenter to get the deployment history etc. but that is not going to be possible anymore. We would like to have the ability to make use of the alternatives (i.e Revopush) CLI tool instead which even differs in their naming convention when it comes to the CLI parameters it accepts.

./node_modules/.bin/sentry-cli react-native appcenter <APP_NAME> <OS> ./build/<OS> ./build/<OS>/CodePush --deployment <DEPLOYMENT> --dist $BUILD_NUMBER-<OS> --release-name $APP_VERSION-ios+codepush:$CODEPUSH_VERSION

> Fetching latest AppCenter deployment info
error: Failed to load AppCenter deployment history

Caused by:
    Command 'codepush deployment history <DEPLYOMENT> --app <APP_NAME> --output json' failed with exception "'<APP_NAME>' is not a valid application id"

Will the appcenter command be deprecated from the sentry-cli and the alternatives is to make use of the vanilla upload command or are there plans to support the alternatives somehow?

Solution Brainstorm

No response

Are you willing to submit a PR?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions