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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,8 @@ Install via pip
28
28
pip install azpype
29
29
```
30
30
31
-
Then from the terminal run
32
-
```
33
-
azpype-init
34
-
```
35
-
This will install and setup a `~/.azpype` directory and download the appropriate azcopy binary and baseline config.
31
+
No separate init step is required. The AzCopy binary and a baseline config template ship with the package.
32
+
On first use, azpype will create `~/.azpype/copy_config.yaml` from the bundled template if it doesn't exist.
36
33
37
34
---
38
35
## Usage
@@ -90,7 +87,7 @@ For shared access signature use the `sas_token` parameter in the `Copy()` comman
90
87
91
88
### Configuration
92
89
93
-
When pip installed a directory called `~/.azpype`will be created, underneath it there will be a configuration file called `copy_config.yaml`. These are default key-values that are options/arguments to the `Copy` command.
90
+
When installed, azpype includes a configuration template. On first run, a `~/.azpype/copy_config.yaml` file will be created if missing. These are default key-values that are options/arguments to the `Copy` command.
94
91
For example the yaml could have values like this:
95
92
```yaml
96
93
# Overwrite the conflicting files and blobs at the destination if this flag is set to true.
0 commit comments