We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d8fdea + cd7cc6e commit 851ddcdCopy full SHA for 851ddcd
README.md
@@ -19,6 +19,12 @@
19
- Multi stages lambdas
20
- Before/after deploy hooks
21
22
+# Install
23
+
24
+```bash
25
+pip install pylone
26
+```
27
28
# Usage
29
30
## Pylone usage
@@ -71,3 +77,16 @@ Allows you to choose the bucket name where pylone will upload zip files.
71
77
```yaml
72
78
bucket-name: tmp-pylone-files
73
79
```
80
81
+# DX
82
83
+## VSCode config
84
85
+`.vscode/settings.json`
86
+```json
87
+{
88
+ "yaml.customTags": [
89
+ "!env scalar"
90
+ ]
91
+}
92
0 commit comments