
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
green-line-cli
Advanced tools
green-line-cli is a local-first command-line tool that helps iOS teams build, sign, and submit apps to App Store Connect from one workflow.
No API server, database server, queue service, or cloud account is required.
gl migrate expo / --from-expo.The build/submit engine is Xcode + Fastlane based, so compatibility depends on having a valid iOS Xcode project/workspace, schemes, and Apple signing setup.
From npm:
npm install -g green-line-cli
gl --help
From monorepo source:
npm run -w green-line-cli build
npm install -g ./apps/cli
brew install fastlane
~/.config/green-line/.Run these once per app folder.
cd /absolute/path/to/your-app
pwd
gl doctor
gl apple setup
During setup, Green Line can:
AuthKey_*.p8 and open the right App Store Connect pages.gl build ios start
gl build ios status <BUILD_ID>
gl build ios logs <BUILD_ID>
gl submit ios preflight --build <BUILD_ID>
gl submit ios start --build <BUILD_ID>
When you switch to a different app folder, run setup once in that folder:
cd /absolute/path/to/another-app
gl apple setup
Green Line keeps defaults per folder so projects stay isolated.
gl doctor
gl apple setup
gl build ios start
gl submit ios preflight
gl submit ios start
This is the quick path. Use the full guide above for the full walkthrough.
gl migrate expo
Expo migration does the following:
app.json / app.config.json.npx expo prebuild --platform ios and remember that choice for the folder.--yes mode, auto-runs Expo prebuild when native iOS files are missing.AuthKey_*.p8 from ~/Downloads.Equivalent long form:
gl apple setup --from-expo
Use --yes to run without interactive confirmations:
gl migrate expo --yes
gl apple setup --from-expo --yes
gl build ios start --yes
gl submit ios start --build <BUILD_ID> --yes
For deterministic runs, pass ASC details directly:
gl migrate expo \
--issuer-id <ISSUER_UUID> \
--key-id <KEY_ID> \
--p8 /absolute/path/AuthKey_<KEY_ID>.p8 \
--yes
gl build ios logs <BUILD_ID>.~/.config/green-line/config.json~/.config/green-line/state.json~/.config/green-line/storage/...Run gl doctor to check your environment, project, and Green Line state in one command:
gl doctor
gl doctor --json
Checks include: macOS, Xcode, Fastlane, codesigning identities, iOS project detection, bundle ID, app icon, provisioning profile expiry, ASC connection, and more.
Expo is a trademark of its respective owner(s); this project is independent and not affiliated with or endorsed by Expo.
FAQs
Green Line CLI for iOS build and App Store submission workflows
We found that green-line-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.