reg-publish-bitrise-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

reg-publish-bitrise-plugin

reg-suit plugin to fetch and publish snapshot images to Bitrise.

Install

npm i reg-publish-bitrise-plugin -D
reg-suit prepare -p publish-bitrise

Requirements

To use this plugin, you need to create an bitrise API token.

Configure

{
  apiKey: string;
  basePath?: string;
  appSlug?: string;
  successOnly?: boolean;
  artifactName?: string;
}
  • apiKey - Required - The API key for authenticating requests to the Bitrise API.
  • basePath - Optional - The base path of the Bitrise API. Defaults to "https://api.bitrise.io/v0.1".
  • appSlug - Required - Bitrise application slug. Default ${BITRISE_APP_SLUG}.
  • successOnly - Optional - A flag indicating whether to retrieve only successful builds. Defaults true.
  • artifactName - Optional - Specify artifact file name. Defaults artifact.

Limitations

Package Sidebar

Install

npm i reg-publish-bitrise-plugin

Weekly Downloads

4

Version

0.4.1

License

MIT

Unpacked Size

217 kB

Total Files

18

Last publish

Collaborators

  • novr