We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26888dc commit 99bb03cCopy full SHA for 99bb03c
1 file changed
src/using-workflow/using-docker-images.md
@@ -36,6 +36,10 @@ Use `deis create` to create an application on the [controller][].
36
$ deis create example-go --no-remote
37
Creating application... done, created example-go
38
39
+!!! note
40
+ For all commands except for `deis create`, the `deis` client uses the name of the current directory
41
+ as the app name if you don't specify it explicitly with `--app`.
42
+
43
44
## Deploy the Application
45
0 commit comments