Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
42e5fe71
Commit
42e5fe71
authored
Oct 04, 2017
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X neotest info
Like info-local but about any remote deployment.
parent
d376641d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
go/neo/t/neotest
go/neo/t/neotest
+14
-0
No files found.
go/neo/t/neotest
View file @
42e5fe71
...
...
@@ -785,6 +785,13 @@ cmd_info-local() {
header
}
# command: print information about remote node
cmd_info
()
{
url
=
"
$1
"
test
-z
"
$url
"
&&
die
"Usage neotest info [user@]<host>:<path>"
on
$url
./neotest info-local
}
# ---- main driver ----
usage
()
{
...
...
@@ -805,6 +812,7 @@ The commands are:
deploy deploy NEO & needed software for tests to remote host
deploy-local deploy NEO & needed software for tests locally
info print information about a node
info-local print information about local deployment
EOF
}
...
...
@@ -816,6 +824,12 @@ run-client | \
bench-cluster
)
;;
info
)
shift
cmd_info
"
$@
"
exit
0
;;
info-local
)
shift
cmd_info-local
"
$@
"
...
...
Kirill Smelkov
@kirr
mentioned in commit
c12f2991
·
Jul 12, 2018
mentioned in commit
c12f2991
mentioned in commit c12f2991a46c68c39bc4b6fafdf21401454c579f
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment