Skip to content

Commit

Permalink
chore: add spaceship to registry (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Aug 29, 2024
1 parent 629c27f commit d50408f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions _registry/ignite.apps.spaceship.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"appName": "spaceship",
"appDescription": "Deploy a chain remote through SSH using ignite build system",
"ignite": ">28.3.0",
"dependencies": {},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Danilo Pantani",
"github": "pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/blob/main/spaceship/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
},
"keywords": [
"deploy",
"spaceship",
"ssh",
"cli",
"cosmos-sdk",
"ignite app"
],
"supportedPlatforms": [
"mac",
"linux"
]
}
2 changes: 1 addition & 1 deletion rollkit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/gobuffalo/plush/v4 v4.1.19
github.com/hashicorp/go-plugin v1.6.0
github.com/ignite/cli/v28 v28.5.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
)

Expand Down Expand Up @@ -177,6 +176,7 @@ require (
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion spaceship/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func GetCommands() []*plugin.Command {
return []*plugin.Command{
{
Use: "spaceship [command]",
Short: "spaceship is an awesome Ignite application!",
Short: "Deploy a chain remote through SSH using ignite build system",
Commands: []*plugin.Command{
{
Use: "deploy",
Expand Down

0 comments on commit d50408f

Please sign in to comment.