spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

Pipeline save command is not working #37

Closed KeisukeYamashita closed 6 years ago

KeisukeYamashita commented 6 years ago

I ran this command.

env SPINNAKER_API=http://localhost:8084 go run cmd/roer/main.go pipeline save examples/wait-config.yml

it returns exit status 0 but nothing changes in my Spinnaker UI.

How can solve this?

KeisukeYamashita commented 6 years ago

The sample in the README.md only works if you have a application name spinnartest. Thanks anyway