如何列出所有EXPO发布渠道?

lit*_*ito 1 react-native expo

在哪里可以找到EXPO应用程序的所有发行渠道的列表?

最后一位开发人员离开了,我们不知道使用的--release-channel。有什么办法可以找到--release-channel,我们需要找出大约6或7

exp publish --release-channel <your-channel>
Run Code Online (Sandbox Code Playgroud)

aLI*_*IEz 6

您可以看到发布的所有内容 exp publish:history

文档:https : //docs.expo.io/versions/latest/distribution/advanced-release-channels

  • “ expo publish:history --count 100”(-count =要查看的日志数,最多100,默认值为5。) (3认同)