name: Generate Now Config
description: Generates a now.json config
inputs:
  branch:
    description: 'The Feature Name'
    required: false
    default: 'development'
  location:
    description: 'The Feature Name'
    required: false
    default: './now.feature.json'
outputs:
  - location:
    description: 'the location of the generated file'
runs:
  using: 'node12'
  main: 'build.js'
