Skip to content

flowci-plugins/common_fir_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

fir-cli Step

fir-cli tool, which could upload your app to fir.im.

INPUTS

  • FLOW_FIR_API_TOKEN - fir.im api token.
  • FLOW_FIR_CHANGELOG - changelog.
  • FLOW_FIR_APP_PATH - app absolute path.

EXAMPLE

steps:
  - name: fir-cli
    enable: true
    failure: true
    plugin:
      name: fir_plugin
      inputs:
        - FLOW_FIR_API_TOKEN=$FLOW_FIR_API_TOKEN
        - FLOW_FIR_CHANGELOG=$FLOW_FIR_CHANGELOG
        - FLOW_FIR_APP_PATH=$FLOW_FIR_APP_PATH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages