GitHub user dkuppitz opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/286

    TINKERPOP-1020 Provide --dryRun selectivity for "half publishing" docs.

    **Process all docs**:
    
    ```sh
    bin/proces-docs.sh
    ```
    
    **Dry-run all docs**:
    
    ```sh
    bin/proces-docs.sh -d
    bin/proces-docs.sh --dryRun
    ```
    
    **Process only `the-graph.asciidoc` and `the-traversal.asciidoc`** (dry-run 
the others):
    
    ```sh
    bin/proces-docs.sh -d the-graph,the-traversal
    bin/proces-docs.sh --dryRun the-graph,the-traversal
    ```
    
    **Dry-run `the-graph.asciidoc` and `the-traversal.asciidoc`** (process the 
others):
    
    ```sh
    bin/proces-docs.sh -f the-graph,the-traversal
    bin/proces-docs.sh --fullRun the-graph,the-traversal
    ```
    
    VOTE: +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1020

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/286.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #286
    
----
commit 83fab568eaa74fcaefe5f1085918bdf3a7d7ba85
Author: Daniel Kuppitz <[email protected]>
Date:   2016-03-31T20:14:07Z

    Improved dryRun functionality for the docs processor. It's now possible to 
dry run (or full run) only specific files.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to