[ 
https://issues.apache.org/jira/browse/TINKERPOP-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220603#comment-15220603
 ] 

ASF GitHub Bot commented on TINKERPOP-1020:
-------------------------------------------

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 <daniel_kupp...@hotmail.com>
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.

----


> Provide --dryRun selectivity for "half publishing" docs.
> --------------------------------------------------------
>
>                 Key: TINKERPOP-1020
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1020
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.1.0-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Daniel Kuppitz
>            Priority: Minor
>
> I love {{process.docs --dryRun}}. However, sometimes I want to have some of 
> the docs fully processed and other not. The main use case is for when I want 
> to have {{the-traversal.asciidoc}} generated in full and 
> {{implementations.asciidoc}} not (because, e.g., Giraph examples take too 
> long to run).
> I don't know what the syntax would be, but something like this would be cool:
> {code}
> bin/process-docs.sh --dryRun[implementations.asciidoc,xxx.asciidoc]
> {code}
> where
> {code}
> bin/process-docs.sh --dryRun[*]
> {code}
> is currently what {{--dryRun}} is.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to