You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev/upsilon-shell is (going to be) a basic "shell" to aid in manual testing of both old and new features, with a few commands specific to interacting with the web server.
A few things it can understand right now:
login username:aa password:bb # log in as user, storing the token in the current shell to be used by subsequent commands
create-user username:aaa password:bbb email:ccc@example.com # creates a new user, also storing the token in the current shell
url remote-path:dnbln/upsilon --ssh # displays the ssh url for a repo, given by its path, if passed the correct configuration.
clone remote-path:dnbln/upsilon --ssh to:aaaa # clone a repository into the given directory
The text was updated successfully, but these errors were encountered:
dev/upsilon-shell
is (going to be) a basic "shell" to aid in manual testing of both old and new features, with a few commands specific to interacting with the web server.A few things it can understand right now:
The text was updated successfully, but these errors were encountered: