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: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ Download development version from [myget](https://www.myget.org/feed/appvey/pack
53
53
- Update project build number
54
54
- Delete project build cache
55
55
- Delete project
56
-
57
-
-support reading appveyor token from keyboard, external file, environment variables or piping the token.
56
+
- Implement Users Rest API
57
+
-Support reading Appveyor token from keyboard, external file, environment variables, Windows Manager Credential (Windows Users Only) or piping the token.
58
58
- Display result in a tabular form.
59
59
- Show summary of response of important information.
60
60
- Allow deleting the Cancelled or failed builds in history command which is confirmed by the user.
@@ -65,7 +65,12 @@ Download development version from [myget](https://www.myget.org/feed/appvey/pack
65
65
- Using response file (one or more) which contain options and arguments or the value of any option like token. The response file argument start with '@'.
66
66
- Save the output response json to external files.
67
67
- Save the screen output to external file.
68
+
- Can run in what-if mode to show the result without executing the command.
68
69
- Support Control-C to stop program with grace stop.
70
+
- Support for Windows, Linux and MacOs.
71
+
- Support for .Net 8.0 and above.
72
+
- The package is signed and verified.
73
+
69
74
----------
70
75
71
76
## Install and Usage
@@ -97,6 +102,9 @@ Run the commands as described in [wiki pages](https://github.com/moh-hassan/appv
97
102
98
103
Note: help can be displayed by any of: -? or -h or --help
99
104
105
+
## Give a Star! :star:
106
+
107
+
If you are using this project, please show your support by giving this project a star!. Thanks!
100
108
101
109
------
102
110
## Documentation
@@ -118,9 +126,6 @@ All programs or packages will not transfer any information to other networked sy
118
126
119
127
## Acknowledgements:
120
128
121
-
**Thank you [JetBrains](https://www.jetbrains.com"JetBrain") for [Resharper](https://www.jetbrains.com/resharper/"Resharper") open source license**
0 commit comments