Skip to content

Commit 51bfd62

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/comet-ml-experiment-tracker
2 parents 6cbba04 + 2ed55ba commit 51bfd62

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/zenml/cli/__init__.py

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,28 +1864,12 @@ def my_pipeline(...):
18641864
value itself>
18651865
```
18661866
1867-
Example of a ZenML server YAML configuration file:
1868-
1869-
```yaml
1870-
url: https://ac8ef63af203226194a7725ee71d85a-7635928635.us-east-1.elb.amazonaws.com/zenml
1871-
username: admin
1872-
password: Pa$$word123
1873-
verify_ssl: |
1874-
-----BEGIN CERTIFICATE-----
1875-
MIIDETCCAfmgAwIBAgIQYUmQg2LR/pHAMZb/vQwwXjANBgkqhkiG9w0BAQsFADAT
1876-
MREwDwYDVQQDEwh6ZW5tbC1jYTAeFw0yMjA5MjYxMzI3NDhaFw0yMzA5MjYxMzI3
1877-
...
1878-
ULnzA0JkRWRnFqH6uXeJo1KAVqtxn1xf8PYxx3NlNDr9wi8KKwARf2lwm6sH4mvq
1879-
1aZ/0iYnGKCu7rLJzxeguliMf69E
1880-
-----END CERTIFICATE-----
1881-
```
1882-
18831867
Both options can be combined, in which case the command line arguments will
18841868
override the values in the YAML file. For example, it is possible and
18851869
recommended that you supply the password only as a command line argument:
18861870
18871871
```bash
1888-
zenml connect --username zenml --password=Pa@#$#word --config=/path/to/zenml_server_config.yaml
1872+
zenml connect --username zenml --password=... --config=/path/to/zenml_server_config.yaml
18891873
```
18901874
18911875
You can open the ZenML dashboard of your currently connected ZenML server using

0 commit comments

Comments
 (0)