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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To begin:
32
32
33
33
**TIP:** You can add a # onto the end of the configuration repository location followed by a branch, tag or commit you want to check out, if the default branch is not good enough.
34
34
35
-
**TIP:** You can specify 'local' instead of a git URL to manage your application list locally without relying on an external Git repository. This is useful when you want complete control over your configuration or are working on a new service that does not have a remote config repo yet. The dev-env will create the `dev-env-config` directory and a default `configuration.yml` will be created with an empty services list. You can then manually add applications to that list, optionally utilising the `repo: none` functionality talked about in the next section.
35
+
**TIP:** You can specify 'local' to manage your application list without relying on an external Git repository. This is useful when you want complete control over your configuration or are working on a new service that does not have a remote config repo yet. A default `dev-env-config/configuration.yml` will be created for you. You can then manually add applications to that list.
0 commit comments