Skip to content

Commit

Permalink
v0.3, renamed to StylePublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Atma Mani committed Sep 22, 2017
1 parent 7c47640 commit 778da11
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 4 deletions.
161 changes: 161 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ with ArcGIS Data Appliance device to publish new Vector Tile Style items.
### Stand-alone version on Windows
The tool accepts command line args. The `password` is optional. If you don't specify as command line arg, then the tool will ask for it during runtime. Running this tool in `help` mode prints the following
```
λ StyleUploader.exe -h
λ StylePublisher.exe -h
=========================================================================================
=================================ESRI VECTOR STYLE MANAGER===============================
usage: StyleUploader.exe [-h] [-p PASSWORD] [-met METADATA] [-pub PUBLIC]
usage: StylePublisher.exe [-h] [-p PASSWORD] [-met METADATA] [-pub PUBLIC]
portalurl username service_url folder_path
positional arguments:
Expand All @@ -35,8 +35,8 @@ optional arguments:

### Stand-alone version on Windows with all arguments
```
E:\code\arcgis_desktop\vector_style_manager\dist\StyleUploader (master)
λ StyleUploader.exe https://dev005219.esri.com/portal admin https://dev0000585.esri.com/server/rest/services/Hosted/
E:\code\arcgis_desktop\vector_style_manager\dist\StylePublisher (master)
λ StylePublisher.exe https://dev005219.esri.com/portal admin https://dev0000585.esri.com/server/rest/services/Hosted/
World_basemap_v2017R15_wmas/VectorTileServer E:\code\arcgis_desktop\vector_style_manager\sample_styles -pub True
=========================================================================================
=================================ESRI VECTOR STYLE MANAGER===============================
Expand Down
Binary file renamed StyleUploader.exe → StylePublisher.exe
Binary file not shown.

0 comments on commit 778da11

Please sign in to comment.