@@ -181,6 +181,9 @@ Here's a short list of avaiable commands
181181 app (similar to `docker-compose rm`)
182182* `scottyctl app:create` Create a new app
183183* `scottyctl app:destroy` Destroy a managed app
184+ * `scottyctl app:migrate <app_name>` Migrates a legacy app, so it can be
185+ controlled by scotty. Please not that most likely you need to adjust the
186+ created `.scotty.yml` file to match your needs.
184187* `scottyctl app:info` Display some info about the app
185188* `scottyctl notify:add` Adds a new service to notify on app changes
186189* `scottyctl notify:remove` Removes a notification to a service
@@ -241,12 +244,12 @@ You can provide the information either via env-vars or by passing the
241244
242245# # Notifications
243246
244- Scotty supports notifications to other services, e.g. Gitlab, Mattermost or
245- via webhooks. Notifications recipients need to be configured on the server
247+ Scotty supports notifications to other services, e.g. Gitlab, Mattermost or
248+ via webhooks. Notifications recipients need to be configured on the server
246249side, but `scottyctl` can provide parameters to steer the delivery, e.g.
247250the channel-name for mattermost or the merge-request-id for gitlab.
248251
249- Here's a config-sample-snippet for mattermost (Create an incoming webhook
252+ Here's a config-sample-snippet for mattermost (Create an incoming webhook
250253and note down the hook_id) :
251254
252255` ` ` yaml
0 commit comments