extended automation command to include Space#587
Merged
benPearce1 merged 1 commit intomainfrom Apr 7, 2026
Merged
Conversation
mik-ky
approved these changes
Apr 7, 2026
Contributor
mik-ky
left a comment
There was a problem hiding this comment.
Tested locally with and without space context set
benPearce1
pushed a commit
that referenced
this pull request
Apr 8, 2026
🤖 I have created a release *beep* *boop* --- ## [2.21.0](v2.20.1...v2.21.0) (2026-04-08) ### Features * Add --runbook-tag flag to run multiple runbooks by tag ([#576](#576)) ([7eb348a](7eb348a)) * Add support for target tag sets with --tag flag ([#579](#579)) ([f2871d1](f2871d1)) * added api command to support a GET request against any octopus api endpoint ([#586](#586)) ([8938780](8938780)) * service message flag support ([#574](#574)) ([e1ccf99](e1ccf99)) * Support custom AWS region for accounts ([#581](#581)) ([a22dd0f](a22dd0f)) ### Bug Fixes * extended automation command to include Space ([#587](#587)) ([9c835d1](9c835d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automation commands produced in interactive mode always dropped the space from the automation command leaving it in a broken state if it is copied and pasted else where.
Fixes #295
Before:
After: