
Research
/Security News
Compromised npm Packages in the AsyncAPI Namespace Deliver Miasma Botnet Loader
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.
CLI for the Adapty Developer API. Manage apps, products, paywalls, placements, and access levels from your terminal.
npm install -g adapty-cli
Requires Node.js >= 18.
adapty auth login
Opens browser for OAuth device flow. Token is stored in ~/.config/adapty/config.json.
Override with ADAPTY_TOKEN environment variable:
ADAPTY_TOKEN=your-token adapty apps list
Other auth commands:
adapty auth whoami # verify token, show user info
adapty auth status # show local auth state
adapty auth logout # clear stored token
All resource commands require --app APP_ID (UUID). Use adapty apps list to find your app ID.
adapty apps list [--page N] [--page-size N]
adapty apps get APP_ID
adapty apps create --name "My App" --platform ios --ios-bundle-id com.example.app
adapty apps update APP_ID [flags]
adapty products list --app UUID [--page N] [--page-size N]
adapty products get --app UUID PRODUCT_ID
adapty products create --app UUID [flags]
adapty products update --app UUID PRODUCT_ID [flags]
adapty paywalls list --app UUID [--page N] [--page-size N]
adapty paywalls get --app UUID PAYWALL_ID
adapty paywalls create --app UUID --name "Name" --product-id UUID1 [--product-id UUID2]
adapty paywalls update --app UUID PAYWALL_ID [flags]
adapty placements list --app UUID [--page N] [--page-size N]
adapty placements get --app UUID PLACEMENT_ID
adapty placements create --app UUID [flags]
adapty placements update --app UUID PLACEMENT_ID [flags]
adapty access-levels list --app UUID [--page N] [--page-size N]
adapty access-levels get --app UUID ACCESS_LEVEL_ID
adapty access-levels create --app UUID [flags]
adapty access-levels update --app UUID ACCESS_LEVEL_ID [flags]
| Flag | Description |
|---|---|
--json | Output as JSON |
--help | Show help |
--page | Page number (default: 1) |
--page-size | Items per page (default: 20, max: 100) |
| Variable | Description |
|---|---|
ADAPTY_TOKEN | Override stored auth token |
ADAPTY_API_URL | Override API base URL (default: https://api.adapty.io/api/v1/developer) |
pnpm install
pnpm build
./bin/run.js apps list
MIT
FAQs
Adapty command line interface
The npm package adapty receives a total of 62 weekly downloads. As such, adapty popularity was classified as not popular.
We found that adapty demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.