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: intl/en/sl-deploy.txt
+9-23Lines changed: 9 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -15,35 +15,21 @@ Arguments:
15
15
16
16
Defaults to the name of the application specified in the {{package.json}} file.
17
17
18
-
If a service with that name is not available on the process manager,
19
-
a new service will be created and the application will be deployed.
20
-
21
-
{{URL}}: The URL of the StrongLoop process manager.
22
-
23
-
Defaults to `{{http://localhost:8701}}`. If a URL is provided, both the host
24
-
and port is optional, they default to `{{localhost}}` and 8701, respectively.
25
-
If the server requires authentication, the credentials must be part of the
26
-
URL, see examples.
27
-
28
-
URL may also use the `{{http+ssh://}}` protocol which will connect using ssh
29
-
and then tunnel the http requests over that connection. The ssh username
30
-
will default to your current user and authentication defaults to using your
31
-
current ssh-agent. The {{username}} can be overridden by setting an `{{SSH_USER}}`
32
-
environment variable. The authentication can be overridden to use an
33
-
existing private key instead of an agent by setting the `SSH_KEY`
34
-
environment variable to the path of the private key to be used. The port
35
-
used for ssh can be overridden by setting an `{{SSH_PORT}}` environment
36
-
variable.
18
+
If a service with that name is not available on the process manager, a new service will be created and the application will be deployed.
19
+
20
+
{{URL}}: The {{URL}} of the StrongLoop process manager.
21
+
22
+
Defaults to `{{http://localhost:8701}}`. If a {{URL}} is provided, both the host and port is optional, they default to `{{localhost}}` and 8701, respectively. If the server requires authentication, the credentials must be part of the URL, see examples.
23
+
24
+
URL may also use the `{{http+ssh://}}` protocol which will connect using {{ssh}} and then tunnel the http requests over that connection. The {{ssh username}} will default to your current user and authentication defaults to using your current {{ssh-agent}}. The {{username}} can be overridden by setting an `{{SSH_USER}}` environment variable. The authentication can be overridden to use an existing private key instead of an agent by setting the `{{SSH_KEY}}` environment variable to the path of the private key to be used. The port used for ssh can be overridden by setting an `{{SSH_PORT}}` environment ariable.
37
25
38
26
{{PACK}}: Deploy an {{NPM package/tarball}}.
39
27
40
28
{{BRANCH}}: Deploy a {{git}} branch.
41
29
42
-
Default behaviour is to deploy to `{{http://localhost:8701}}`. An {{npm}} package from
43
-
the parent directory is deployed, if one is found for the current application
44
-
version, otherwise the {{git}} branch `{{deploy}}` is deployed.
30
+
Default behaviour is to deploy to `{{http://localhost:8701}}`. An {{npm}} package from the parent directory is deployed, if one is found for the current application version, otherwise the {{git}} branch `{{deploy}}` is deployed.
45
31
46
-
Note that if {{PACK}} or {{BRANCH}} is specified, URL *must* be specified as well.
32
+
Note that if {{PACK}} or {{BRANCH}} is specified, {{URL}} *must* be specified as well.
0 commit comments