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
@@ -72,89 +74,15 @@ Before going further, make sure you `cd` into the root path of your project (`cd
72
74
73
75
After this you will be able to reach your application using the domain name you choose previously. (eg. `test-project.dev`)
74
76
75
-
## :book: Commands
76
-
77
-
Here are the sub-commands for`stacker` CLI.
78
-
79
-
### `$ stacker init`
80
-
81
-
Generates `stacker.yaml` based on your responses.
82
-
83
-
| Type | Name | Description | Required |
84
-
| --- | --- | --- | --- |
85
-
| argument |`[stack]`| Stack name | no |
86
-
| option |`-y | --defaults`| Use default options | no |
87
-
88
-
### `$ stacker link`
89
-
90
-
- creates a local IP alias (eg. `127.20.17.1`)
91
-
- adds your chosen domain name in`/etc/hosts`
92
-
- adds the project to the projects list
93
-
94
-
### `$ stacker unlink`
95
-
96
-
Does the opposite of `stacker link`.
97
-
98
-
### `$ stacker up`
99
-
100
-
Builds and starts the project.
101
-
102
-
| Type | Name | Description | Required |
103
-
| --- | --- | --- | --- |
104
-
| option |`--ip`| IP address | no |
105
-
| option |`--detached` (`-d`) | Detached mode | no |
106
-
107
-
### `$ stacker build`
108
-
109
-
Builds the project.
110
-
111
-
| Type | Name | Description | Required |
112
-
| --- | --- | --- | --- |
113
-
| option |`--ip`| IP address | no |
114
-
115
-
### `$ stacker start`
116
-
117
-
Starts the application.
118
-
119
-
### `$ stacker stop`
120
-
121
-
Stops the application.
122
-
123
-
### `$ stacker restart`
124
-
125
-
Restarts the application.
126
-
127
-
### `$ stacker down`
128
-
129
-
Removes and stops the application.
130
-
131
-
### `$ stacker shell`
132
-
133
-
Opens an interactive shell for a given service.
134
-
135
-
| Type | Name | Description | Required |
136
-
| --- | --- | --- | --- |
137
-
| argument |`[service]`| Service name | no |
138
-
139
-
### `$ stacker run`
140
-
141
-
Executes a pre-defined shell command.
142
-
143
-
| Type | Name | Description | Required |
144
-
| --- | --- | --- | --- |
145
-
| argument |`[command]`| Runnable name | no |
146
-
147
-
### `$ stacker eject`
77
+
## :hand: Add your favorite stack!
148
78
149
-
Ejects a config file so you'll be able to customize it.
79
+
Is your stack missing? Please open an issue and we'll take care of it. Since we're not experts in all stacks, your input and guidance will be helpful to make a top notch stack. For the moment, we will keep all the stacks inside the official repos just to make sure they all follow best practices.
150
80
151
-
| Type | Name | Description | Required |
152
-
| --- | --- | --- | --- |
153
-
| argument | `[file]` | Ejectable name | no |
81
+
Here is a list of the stacks we want to add with your help: Symfony, Ruby on Rails, Django, Meteor, Play, Ghost. If you have other stacks in mind just let us know.
154
82
155
-
### `$ stacker links`
83
+
## :memo: Documentation
156
84
157
-
Displays all the linked projects.
85
+
For full CLI reference, checkout the [DOCUMENTATION.md](DOCUMENTATION.md) file.
0 commit comments