You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CDTOOL-1257] Move healthcheck command under service (#1619)
### Change summary
<!--
Briefly describe the changes introduced in this pull request. Include
context or
reasoning behind the changes, even if they seem minor. If relevant, link
to any
related discussions (e.g. Slack threads, tickets, documents).
-->
All Submissions:
* [x] Have you followed the guidelines in our Contributing document?
* [x] Have you checked to ensure there aren't other open [Pull
Requests](https://github.com/fastly/cli/pulls) for the same
update/change?
<!-- You can erase any parts of this template not applicable to your
Pull Request. -->
### New Feature Submissions:
* [x] Does your submission pass tests?
```
make test TEST_ARGS="-run TestHealthCheckCreate ./pkg/commands/service/healthcheck"
ok github.com/fastly/cli/pkg/commands/service/healthcheck 1.048s
make test TEST_ARGS="-run TestHealthCheckList ./pkg/commands/service/healthcheck"
ok github.com/fastly/cli/pkg/commands/service/healthcheck 1.067s
make test TEST_ARGS="-run TestHealthCheckDescribe ./pkg/commands/service/healthcheck"
ok github.com/fastly/cli/pkg/commands/service/healthcheck 1.052s
make test TEST_ARGS="-run TestHealthCheckUpdate ./pkg/commands/service/healthcheck"
ok github.com/fastly/cli/pkg/commands/service/healthcheck 1.064s
make test TEST_ARGS="-run TestHealthChecDelete ./pkg/commands/service/healthcheck"
ok github.com/fastly/cli/pkg/commands/service/healthcheck 1.023s [no tests to run]
```
### Changes to Core Features:
* [ ] Have you written new tests for your core changes, as applicable?
* [x] Have you successfully run tests with your changes locally?
### User Impact
None as alias' have been implemented.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
- refactor(argparser/flags.go): add flag conversion utilities for converting string flags to bools and checking ascending and desecnding flags ([#1611](https://github.com/fastly/cli/pull/1611))
14
14
- feat(service/purge): Add 'service purge' command as replacement for 'purge', with an unlisted and deprecated alias of 'purge'. ([#1612](https://github.com/fastly/cli/pull/1612))
15
15
- feat(service/version): Add 'service version ...' commands as replacements for 'service-version ...', with unlisted and deprecated aliases of 'service-version ...'. ([#1614](https://github.com/fastly/cli/pull/1614))
16
-
- feat(vcl): moved the `vcl` command under the `service` command, with an unlisted and deprecated alias of `vcl` ([#1616](https://github.com/fastly/cli/pull/1616))
16
+
- feat(service/vcl): moved the `vcl` command under the `service` command, with an unlisted and deprecated alias of `vcl` ([#1616](https://github.com/fastly/cli/pull/1616))
17
+
- feat(service/healthcheck): moved the `healthcheck` command under the `service` command, with an unlisted and deprecated alias of `healthcheck` ([#1619](https://github.com/fastly/cli/pull/1619))
0 commit comments