ns appstore <appleId> <password>
Lists all application records in iTunes Connect. The list contains name, version and bundle ID for each application record
Arguments
Name | Description |
---|
appleId | Credentials for logging in iTunes Connect. If you do not provide them when running the command, the NativeScript CLI will prompt you to provide them |
password | Password for logging in iTunes Connect |
Subcommands
Name | Description |
---|
upload | Uploads project to iTunes Connect. The command either issues a production build and uploads it to iTunes Connect, or uses an already built package to upload |
Options
Name | Description |
---|
--team-id <team id> | Specifies the team id for which Xcode will try to find distribution certificate and provisioning profile when exporting for AppStore submission |
--help, -h | Show help for the appstore subcommand |