feat(CLI): added first versions of all CLI

That way, changes can be tracked.
Also, we make it official.

Future checkins will only be made if major changes were done,
similar to how the APIs are handled.

Related to #64
This commit is contained in:
Sebastian Thiel
2015-04-16 22:44:40 +02:00
parent fa278a99c7
commit f5f12c5594
476 changed files with 190441 additions and 1038 deletions

View File

@@ -0,0 +1,93 @@
site_name: Maps Engine v0.0.1+20150225
site_url: http://byron.github.io/google-apis-rs/google-mapsengine1-cli
site_description: Write integrating applications with bcore
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/mapsengine1-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['assets_get.md', 'Assets', 'Get']
- ['assets_list.md', 'Assets', 'List']
- ['assets_parents-list.md', 'Assets', 'Parents List']
- ['assets_permissions-list.md', 'Assets', 'Permissions List']
- ['layers_cancel-processing.md', 'Layers', 'Cancel Processing']
- ['layers_create.md', 'Layers', 'Create']
- ['layers_delete.md', 'Layers', 'Delete']
- ['layers_get.md', 'Layers', 'Get']
- ['layers_get-published.md', 'Layers', 'Get Published']
- ['layers_list.md', 'Layers', 'List']
- ['layers_list-published.md', 'Layers', 'List Published']
- ['layers_parents-list.md', 'Layers', 'Parents List']
- ['layers_patch.md', 'Layers', 'Patch']
- ['layers_permissions-batch-delete.md', 'Layers', 'Permissions Batch Delete']
- ['layers_permissions-batch-update.md', 'Layers', 'Permissions Batch Update']
- ['layers_permissions-list.md', 'Layers', 'Permissions List']
- ['layers_process.md', 'Layers', 'Process']
- ['layers_publish.md', 'Layers', 'Publish']
- ['layers_unpublish.md', 'Layers', 'Unpublish']
- ['maps_create.md', 'Maps', 'Create']
- ['maps_delete.md', 'Maps', 'Delete']
- ['maps_get.md', 'Maps', 'Get']
- ['maps_get-published.md', 'Maps', 'Get Published']
- ['maps_list.md', 'Maps', 'List']
- ['maps_list-published.md', 'Maps', 'List Published']
- ['maps_patch.md', 'Maps', 'Patch']
- ['maps_permissions-batch-delete.md', 'Maps', 'Permissions Batch Delete']
- ['maps_permissions-batch-update.md', 'Maps', 'Permissions Batch Update']
- ['maps_permissions-list.md', 'Maps', 'Permissions List']
- ['maps_publish.md', 'Maps', 'Publish']
- ['maps_unpublish.md', 'Maps', 'Unpublish']
- ['projects_icons-create.md', 'Projects', 'Icons Create']
- ['projects_icons-get.md', 'Projects', 'Icons Get']
- ['projects_icons-list.md', 'Projects', 'Icons List']
- ['projects_list.md', 'Projects', 'List']
- ['raster-collections_cancel-processing.md', 'Raster Collections', 'Cancel Processing']
- ['raster-collections_create.md', 'Raster Collections', 'Create']
- ['raster-collections_delete.md', 'Raster Collections', 'Delete']
- ['raster-collections_get.md', 'Raster Collections', 'Get']
- ['raster-collections_list.md', 'Raster Collections', 'List']
- ['raster-collections_parents-list.md', 'Raster Collections', 'Parents List']
- ['raster-collections_patch.md', 'Raster Collections', 'Patch']
- ['raster-collections_permissions-batch-delete.md', 'Raster Collections', 'Permissions Batch Delete']
- ['raster-collections_permissions-batch-update.md', 'Raster Collections', 'Permissions Batch Update']
- ['raster-collections_permissions-list.md', 'Raster Collections', 'Permissions List']
- ['raster-collections_process.md', 'Raster Collections', 'Process']
- ['raster-collections_rasters-batch-delete.md', 'Raster Collections', 'Rasters Batch Delete']
- ['raster-collections_rasters-batch-insert.md', 'Raster Collections', 'Rasters Batch Insert']
- ['raster-collections_rasters-list.md', 'Raster Collections', 'Rasters List']
- ['rasters_delete.md', 'Rasters', 'Delete']
- ['rasters_files-insert.md', 'Rasters', 'Files Insert']
- ['rasters_get.md', 'Rasters', 'Get']
- ['rasters_list.md', 'Rasters', 'List']
- ['rasters_parents-list.md', 'Rasters', 'Parents List']
- ['rasters_patch.md', 'Rasters', 'Patch']
- ['rasters_permissions-batch-delete.md', 'Rasters', 'Permissions Batch Delete']
- ['rasters_permissions-batch-update.md', 'Rasters', 'Permissions Batch Update']
- ['rasters_permissions-list.md', 'Rasters', 'Permissions List']
- ['rasters_process.md', 'Rasters', 'Process']
- ['rasters_upload.md', 'Rasters', 'Upload']
- ['tables_create.md', 'Tables', 'Create']
- ['tables_delete.md', 'Tables', 'Delete']
- ['tables_features-batch-delete.md', 'Tables', 'Features Batch Delete']
- ['tables_features-batch-insert.md', 'Tables', 'Features Batch Insert']
- ['tables_features-batch-patch.md', 'Tables', 'Features Batch Patch']
- ['tables_features-get.md', 'Tables', 'Features Get']
- ['tables_features-list.md', 'Tables', 'Features List']
- ['tables_files-insert.md', 'Tables', 'Files Insert']
- ['tables_get.md', 'Tables', 'Get']
- ['tables_list.md', 'Tables', 'List']
- ['tables_parents-list.md', 'Tables', 'Parents List']
- ['tables_patch.md', 'Tables', 'Patch']
- ['tables_permissions-batch-delete.md', 'Tables', 'Permissions Batch Delete']
- ['tables_permissions-batch-update.md', 'Tables', 'Permissions Batch Update']
- ['tables_permissions-list.md', 'Tables', 'Permissions List']
- ['tables_process.md', 'Tables', 'Process']
- ['tables_upload.md', 'Tables', 'Upload']
theme: readthedocs
copyright: Copyright © 2015, `Sebastian Thiel`