forked from ECSTeam/cloudfoundry-top-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepo-index.yml
21 lines (21 loc) · 884 Bytes
/
repo-index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- name: top
description: An interactive interface that shows top statistics similar in concept as the UNIX top command. (CF admins only)
version: __TAG__
created: 2016-11-07T00:00:00Z
updated: __TODAY__
company: ECS Team
authors:
- name: Kurt Kellner of ECS Team
homepage: https://github.com/kkellner
contact: [email protected]
homepage: https://github.com/ECSTeam/cloudfoundry-top-plugin
binaries:
- platform: osx
url: https://github.com/ECSTeam/cloudfoundry-top-plugin/releases/download/__TAG__/top-plugin-darwin
checksum: __osx-sha1__
- platform: win64
url: https://github.com/ECSTeam/cloudfoundry-top-plugin/releases/download/__TAG__/top-plugin.exe
checksum: __win64-sha1__
- platform: linux64
url: https://github.com/ECSTeam/cloudfoundry-top-plugin/releases/download/__TAG__/top-plugin-linux
checksum: __linux64-sha1__