Logo
    EASのwebhookコマンドの使い方

    EASのwebhookコマンドの使い方

    はじめに

    ゆとり世代の中野です。

    さっそくチャレンジについて書いていきます。

    チャレンジする背景

    • EASのbuild完了をslackに通知したい

    チャレンジ内容

    • EASのwebhookを作成する

    やったこと

    作成コマンド

    image
    npx eas-cli webhook:create

    一覧確認コマンド

    image
    npx eas-cli webhook:list

    更新コマンド

    image
    npx eas-cli webhook:update --id ここに一覧確認で表示したIDを入力する

    削除コマンド

    image
    npx eas-cli webhook:delete

    結論

    • 基本的に全部対話形式で使えます
    • 質問に答えるだけでやりたいことが実現できます

    さいごに

    • 情報が少なかったので実際に叩いてみた結果とコマンドをあわせて載せておきました
    GitHub - expo/eas-cli: Fastest way to build, submit, and update iOS and Android apps

    EAS command line tool npm install -g eas-cli yarn global add eas-cli If you want to enforce the eas-cli version for your project, use the "cli.version" field in eas.json. Installing eas-cli to your project dependencies is strongly discouraged because it may cause dependency conflicts that are difficult to debug.

    github.com

    GitHub - expo/eas-cli: Fastest way to build, submit, and update iOS and Android apps

    yutanakano

    WEBエンジニア

    大阪生まれのゆとり世代です

    趣味はバイクでツーリングに行くこと

    愛車は Ninja ZX-25R SE KRT EDITION

    Expoでプロダクトを作っています

    image

    ©ゆとりちゃれんじ

    GitHubXInstagram