@@ -55,30 +55,28 @@ describe('CML e2e', () => {
5555 const output = await exec ( `node ./bin/cml.js tensorboard-dev --help` ) ;
5656
5757 expect ( output ) . toMatchInlineSnapshot ( `
58- "cml.js tensorboard-dev
59-
60- Get a tensorboard link
61-
62- Options:
63- --help Show help [boolean]
64- --version Show version number [boolean]
65- --log Maximum log level
66- [string] [choices: \\"error\\", \\"warn\\", \\"info\\", \\"debug\\"] [default: \\"info\\"]
67- -c, --credentials TB credentials as json. Usually found at
68- ~/.config/tensorboard/credentials/uploader-creds.json. If
69- not specified will look for the json at the env variable
70- TB_CREDENTIALS. [string] [required]
71- --logdir Directory containing the logs to process. [string]
72- --name Tensorboard experiment title. Max 100 characters. [string]
73- --description Tensorboard experiment description. Markdown format. Max
74- 600 characters. [string]
75- --md Output as markdown [title || name](url). [boolean]
76- -t, --title Markdown title, if not specified, param name will be used.
77- [string]
78- -f, --file Append the output to the given file. Create it if does not
79- exist. [string]
80- --rm-watermark Avoid CML watermark. [boolean]"
81- ` ) ;
58+ "cml.js tensorboard-dev
59+
60+ Get a tensorboard link
61+
62+ Options:
63+ --help Show help [boolean]
64+ --version Show version number [boolean]
65+ --log Maximum log level
66+ [string] [choices: \\"error\\", \\"warn\\", \\"info\\", \\"debug\\"] [default: \\"info\\"]
67+ -c, --credentials TB credentials as json. Usually found at
68+ ~/.config/tensorboard/credentials/uploader-creds.json. If
69+ not specified will look for the json at the env variable
70+ TB_CREDENTIALS. [string] [required]
71+ --logdir Directory containing the logs to process. [string]
72+ --name Tensorboard experiment title. Max 100 characters. [string]
73+ --description Tensorboard experiment description. Markdown format. Max
74+ 600 characters. [string]
75+ --md Output as markdown [title || name](url). [boolean]
76+ -t, --title Markdown title, if not specified, param name will be used.
77+ [string]
78+ --rm-watermark Avoid CML watermark. [boolean]"
79+ ` ) ;
8280 } ) ;
8381
8482 test ( 'cml tensorboard-dev --md returns md and after command TB is still up' , async ( ) => {
0 commit comments