Skip to Content
UsageInitialization

init

Configure resources and environment

npx expo-release-it init

The 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.json
Last updated on