0.3.1 • Published 1 year ago

@novr/reg-publish-bitrise-plugin v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.3.0

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago