Skip to content

Commit 6da7858

Browse files
committed
Jac/parse publish options (#236)
* implement thumbnail options. (including 'not yet implemented' message for --thumbnail-group) * Implement overwrite/append/replace arguments (including not-yet-implemented message for --replace) * clarified help content for extract-encryption and some other not-implemented options * added tests for all valid publish command options * error log cleanup: better stacktrace, less repetition
1 parent eb0b211 commit 6da7858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tabcmd/commands/datasources_and_workbooks/publish_command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def run_command(args):
7474

7575
new_workbook = TSC.WorkbookItem(project_id, name=args.name, show_tabs=args.tabbed)
7676
try:
77+
print(creds)
7778
new_workbook = server.workbooks.publish(
7879
new_workbook,
7980
args.filename,

0 commit comments

Comments
 (0)