go-rundeck | Library and Utilities for interacting with Rundeck from Go
kandi X-RAY | go-rundeck Summary
kandi X-RAY | go-rundeck Summary
go-rundeck is a Go library. go-rundeck has no bugs, it has no vulnerabilities and it has low support. However go-rundeck has a Non-SPDX License. You can download it from GitHub.
Library and Utilities for interacting with Rundeck from Go
Library and Utilities for interacting with Rundeck from Go
Support
Quality
Security
License
Reuse
Support
go-rundeck has a low active ecosystem.
It has 34 star(s) with 14 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 2 have been closed. On average issues are closed in 9 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of go-rundeck is legacy
Quality
go-rundeck has no bugs reported.
Security
go-rundeck has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
go-rundeck has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
go-rundeck releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of go-rundeck
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of go-rundeck
go-rundeck Key Features
No Key Features are available at this moment for go-rundeck.
go-rundeck Examples and Code Snippets
Copy
package main
import (
"encoding/json"
"github.com/davecgh/go-spew/spew"
responses "github.com/lusis/go-rundeck/pkg/rundeck.v21/responses"
)
// SystemInfo represents the rundeck server system info output
type SystemInfo responses.System
Copy
$ go get github.com/lusis/go-rundeck/cmd/rundeck
$ RUNDECK_URL=http://rundeck.local:4440 RUNDECK_TOKEN=XXXXXXX rundeck help
Unified rundeck cli binary
Usage:
rundeck [command]
Available Commands:
execution operate on individual rundeck execut
Copy
package main
import (
"fmt"
rundeck "github.com/lusis/go-rundeck/pkg/rundeck"
)
func main() {
client, clientErr := rundeck.NewClientFromEnv()
if clientErr != nil {
log.Fatal(clientErr)
}
data, err := client.ListProje
Community Discussions
No Community Discussions are available at this moment for go-rundeck.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install go-rundeck
You can download it from GitHub.
Support
Min/Max version support exists around funcs that perform API operations. I try VERY hard to specify the absolute minimum version a user can get away with but in some cases where there are breaking api changes. I've also added environment variable support for specifying the version of the rundeck API you want to use. This can be used with the unified rundeck binary.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page