Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacxe/appcenter
https://github.com/vacxe/appcenter
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vacxe/appcenter
- Owner: Vacxe
- Created: 2024-04-11T09:16:10.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-15T02:18:23.000Z (9 months ago)
- Last Synced: 2024-05-01T13:36:27.403Z (8 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppCenter GitHub Action
**Visual Studio App Center is scheduled for retirement on March 31, 2025**
## Table of Contents
- [Installation](#installation)
- [Docker](#docker)
- [GitHub Actions](#github-action)This library is transparent CLI wrapper for official Node AppCenter library
### [Docker](https://github.com/Vacxe/appcenter/pkgs/container/appcenter)```
ghcr.io/vacxe/appcenter:
```### [GitHub Action](https://github.com/marketplace/actions/appcenter)
[GitHub Action](https://github.com/marketplace/actions/appcenter-ms) `vacxe/appcenter` is transparent wrapper over [Docker](https://github.com/Vacxe/appcenter/pkgs/container/appcenter) `appcenter`, what contains transparent CLI warapper for AppCenter Node library. It can provide for you possibility to write any custom scripts in depends on you needs.
*Example of file distribution template:*
```yaml
- uses: vacxe/appcenter@master
with:
template: distribute-release
token: ${{ secrets.TOKEN }}
file: "path/to/file"
app: "my-app-name"
group: "tester-group"
```
*Example of file distribution via custom script:*
```yaml
- uses: vacxe/appcenter@master
with:
token: ${{ secrets.TOKEN }}
custom-script: 'appcenter distribute release --file "path/to/file" --app "my-app-name" --group "tester-group" --output json
```## License
-------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.