For some unknown reason, we are getting the following error back from the cli
Octopus API error: The Resource field is required. []
This is the the exact call we do, with parameter values
.\octopus.exe release create --project "package-update-downloader" --version "1.0.0-initial-commit.4177" --package-version "1.0.0-initial-commit.4177" --channel "Release" --release-notes "release 1.0.0-initial-commit.4177 commit -- 3c5541f4b71f9263929c7c1d241b6af05791ac05" --space "Default" --no-prompt
Note that the following were set as ENV vars. OCTOPUS_API_KEY and OCTOPUS_URL
I have run the above on Windows, but we see the same happening on Linux.
For some unknown reason, we are getting the following error back from the cli
Octopus API error: The Resource field is required. []This is the the exact call we do, with parameter values
Note that the following were set as ENV vars.
OCTOPUS_API_KEYandOCTOPUS_URLI have run the above on Windows, but we see the same happening on Linux.