docs/commands
Donovan Jimenez 1dfca96c69 Issue #1867 improve detectShell for windows
newer versions of git bash use mintty which doesn't set TERM=cygwin but
does set SHELL appropriately. Allow for SHELL to be detected on windows
and only output the message if its not.

Signed-off-by: Donovan Jimenez <donovan.jimenez@gmail.com>
2015-09-17 15:53:33 -04:00
..
active.go Rename libmachine.Machine to libmachine.Provider 2015-07-09 10:24:29 -07:00
active_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
commands.go Issue #1867 improve detectShell for windows 2015-09-17 15:53:33 -04:00
commands_test.go cleanup log.*ln, unuseful methods, some typos error … 2015-09-14 15:25:50 +08:00
config.go cleanup log.*ln, unuseful methods, some typos error … 2015-09-14 15:25:50 +08:00
config_test.go Rename libmachine.Machine to libmachine.Provider 2015-07-09 10:24:29 -07:00
create.go Verifying the --swarm-discovery flag 2015-07-29 08:01:18 -04:00
create_test.go Verifying the --swarm-discovery flag 2015-07-29 08:01:18 -04:00
env.go Adding new DOCKER_MACHINE_NAME environment variable 2015-05-14 22:43:39 -04:00
env_test.go Rename libmachine.Machine to libmachine.Provider 2015-07-09 10:24:29 -07:00
inspect.go change inspect output to stdout (was stderr) 2015-07-15 20:35:48 +08:00
inspect_test.go Merge pull request #1494 from nathanleclaire/rename_machine_to_provider 2015-07-11 20:33:22 -06:00
ip.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
ip_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
kill.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
kill_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
ls.go commands: show "-" in the ACTIVE column for inactive machines 2015-08-19 01:04:48 +09:00
ls_test.go Add regex based name filter to ls command. 2015-07-22 21:06:26 -04:00
regeneratecerts.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
regeneratecerts_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
restart.go Just informing the user that re-eval may be necessary, instead of going to the trouble of trying to detect IP changes 2015-07-13 20:36:05 -04:00
restart_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
rm.go Rename libmachine.Machine to libmachine.Provider 2015-07-09 10:24:29 -07:00
rm_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
scp.go Rename libmachine.Machine to libmachine.Provider 2015-07-09 10:24:29 -07:00
scp_test.go Fix Go Vet errors 2015-09-14 22:37:16 -04:00
ssh.go Rename libmachine.Machine to libmachine.Provider 2015-07-09 10:24:29 -07:00
ssh_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
start.go Just informing the user that re-eval may be necessary, instead of going to the trouble of trying to detect IP changes 2015-07-13 20:36:05 -04:00
start_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
status.go Add integration test for status command 2015-07-14 19:10:43 -07:00
status_test.go Add status command 2015-07-14 19:10:40 -07:00
stop.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
stop_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
upgrade.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
upgrade_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
url.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
url_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00