Skip to content

Config File #7

Description

@nprail

To support AAB upload (#4), reduce dependencies (adbkit-apkreader), and reduce command line parameters, a configuration file should be created. The config file should have a few static options including the package ID and location of the key.

Proposal

Location: apkup.json/apkup.js or specified via --config opt

Schema:

module.exports = {
   "packageName": "io.event1.app", // ID of the Android package
   "key": "./auth.json" // path to the Google API key
}

Questions

  • Should the key option be the key itself or a path to the key? I'm thinking it should be the path so that secrets and config are not mixed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions