Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed May 14, 2020
2 parents b784eac + 2a990fd commit de8aafa
Show file tree
Hide file tree
Showing 9 changed files with 1,024 additions and 1,434 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ forge-md translate dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6cG9jLWJvdXlndWVzLWltbW9ia

# Showing an interactive prompt with all viewables in an URN, and then getting properties of the selected viewable
forge-md get-viewable-props dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6cG9jLWJvdXlndWVzLWltbW9iaWxpZXIvaW5wdXQucnZ0

# Download the derivatives once translation is completed, -u --guid <GUIDs of derivatives to download, optional, separated by comma>, -c --directory <path to save derivatives, optional>
forge-md download-derivatives dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6cG9jLWJvdXlndWVzLWltbW9iaWxpZXIvaW5wdXQucnZ0 -c '/path/to/output/optional' -u 'cdcf63c6-6a67-ffd2-2a8e-1e31397052f7'
```

> For additional examples, check out the _examples_ subfolder.
Expand Down
2 changes: 1 addition & 1 deletion examples/inventor-thumbnail/run-pipeline.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env node

const fs = require('fs');
const { DataManagementClient, DesignAutomationClient } = require('forge-nodejs-utils');
const { DataManagementClient, DesignAutomationClient } = require('forge-server-utils');

const BUCKET = process.env.FORGE_BUCKET;

Expand Down
2 changes: 1 addition & 1 deletion examples/inventor-thumbnail/setup-pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const fs = require('fs');
const FormData = require('form-data');
const { DataManagementClient, DesignAutomationClient } = require('forge-nodejs-utils');
const { DataManagementClient, DesignAutomationClient } = require('forge-server-utils');

const APPBUNDLE_NAME = 'TestBundle';
const APPBUNDLE_DESCRIPTIION = 'TestBundle description';
Expand Down
Loading

0 comments on commit de8aafa

Please sign in to comment.