init
Configure resources and environment
npx expo-release-it initThe init command asks you for many form fields, and the information is saved in expo-release-it/keyholder.json in your project.
Even after running init, you can manually edit keyholder.json, and all subsequent commands will use the updated values.
The resources & output directory structure is the following.
π expo-release-it/
βββ π key/ # key & certificate files
βββ π metadata/ # result of `pull`
β βββ π android/ # android store metadatas
β βββ π ios/ # ios store metadatas
βββ π output/ # result of `build`
β βββ π android/ # android build output
β βββ π ios/ # ios build output
βββ keyholder.jsonLast updated on