codilime / floodgate

Floodgate - Pipelines as Code solution for Spinnaker
Apache License 2.0
16 stars 9 forks source link

Render command needs connection to spinnaker #115

Closed rparadowski closed 4 years ago

rparadowski commented 4 years ago

ATM floodgate needs connection to spinnaker to render json files by floodgate render command.

Steps to reproduce the behaviour:

  1. Make sure you don't have configured connection to spinnaker in your floodgate config.
  2. Execute floodgate render command on exaples directory of this repo.
  3. Nothing is generated and no error is given.

Expected behaviour Json files should be generated or there should be error informing that spinnaker connection is required to generate json files.