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
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ All notable changes to this project starting with the 0.6.0 release will be docu
12
12
- `site delete-env` now has an optional --remove-branch flag (#395)
13
13
- Environment variables for --site (TERMINUS_SITE), --org (TERMINUS_ORG), --env (TERMINUS_ENV), and user (TERMINUS_USER). User may import these themselves, or add them to the .env file in the user's current directory. (#407)
14
14
- `site tags <add|remove> --site=<site> --org=<org> --tag=<tag>` command will add tags to an organization site (#417)
15
+
- `site workflows` commmand will show all workflows run on the site and their statuses (replaces `site jobs` and `site notifications`) (#412)
15
16
16
17
### Fixed
17
18
- `organizations sites` shows all the organization's sites, not just the first 100 (#371)
@@ -28,6 +29,8 @@ All notable changes to this project starting with the 0.6.0 release will be docu
28
29
29
30
### Deprecated
30
31
- `sites delete` will be removed in v1.0.0 (#370)
32
+
- `site jobs` will be removed in v0.7.0 (#412)
33
+
- `site notifications` will be removed in v0.7.0 (#412)
0 commit comments