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
So the command would
compile bin/someapp.dart
copy it to 'host.domain.com.au' using the selected protocol (defaults to ssh)
uses the --port which defaults based on protocol
the command is copied to the <remote path>
runs the command on the remote host passing in the <args to someapp>
The remote run will only work with ssh
Are the other protocols worth supporting?
It would be nice if we could save the arguments to a config file associated with the script and have an option to re-use the configured commands.
The text was updated successfully, but these errors were encountered:
Often times I want to compile, deploy to a remote system and run a dcli script.
the ideal is to create a new command deploy that can do these three actions in one line
So the command would
compile bin/someapp.dart
copy it to 'host.domain.com.au' using the selected protocol (defaults to ssh)
uses the --port which defaults based on protocol
the command is copied to the
<remote path>
runs the command on the remote host passing in the
<args to someapp>
The remote run will only work with ssh
Are the other protocols worth supporting?
It would be nice if we could save the arguments to a config file associated with the script and have an option to re-use the configured commands.
The text was updated successfully, but these errors were encountered: