From 53f76886e74d755ebeb63a4ffce0fcfccf651423 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Thu, 10 Nov 2022 10:06:00 +0000 Subject: [PATCH] update tool commands --- .../config/prismjs/cml-commands.js | 10 +- .../config/prismjs/dvc-commands.js | 146 +++++++++--------- .../config/prismjs/mlem-commands.js | 22 +-- 3 files changed, 89 insertions(+), 89 deletions(-) diff --git a/packages/gatsby-theme-iterative/config/prismjs/cml-commands.js b/packages/gatsby-theme-iterative/config/prismjs/cml-commands.js index bd4ed718..f2cafc83 100644 --- a/packages/gatsby-theme-iterative/config/prismjs/cml-commands.js +++ b/packages/gatsby-theme-iterative/config/prismjs/cml-commands.js @@ -1,9 +1,9 @@ module.exports = [ 'ci', - 'pr', - 'publish', 'runner', - 'send-comment', - 'send-github-check', - 'tensorboard-dev' + 'pr', + 'comment', + 'check', + 'workflow', + 'tensorboard' ] diff --git a/packages/gatsby-theme-iterative/config/prismjs/dvc-commands.js b/packages/gatsby-theme-iterative/config/prismjs/dvc-commands.js index 83ae9436..8c28d237 100644 --- a/packages/gatsby-theme-iterative/config/prismjs/dvc-commands.js +++ b/packages/gatsby-theme-iterative/config/prismjs/dvc-commands.js @@ -1,82 +1,80 @@ -/* eslint-env node */ - module.exports = [ - 'version', - 'update', - 'unprotect', - 'unfreeze', - 'tag', - 'status', - 'stage list', - 'stage add', - 'stage', - 'run', - 'root', - 'repro', - 'remove', - 'remote rename', - 'remote remove', - 'remote modify', - 'remote list', - 'remote default', - 'remote add', - 'remote', - 'queue stop', - 'queue start', - 'queue remove', - 'queue logs', - 'queue kill', - 'queue', - 'push', - 'pull', - 'pkg', - 'plots show', - 'plots modify', - 'plots diff', - 'plots', - 'move', - 'metrics show', - 'metrics diff', - 'metrics', - 'params diff', - 'params', - 'list-url', - 'ls-url', - 'list', - 'ls', - 'install', - 'init', - 'import-url', - 'import', - 'help', - 'get-url', - 'get', - 'gc', - 'freeze', - 'fetch', - 'exp show', + 'add', + 'cache dir', + 'cache', + 'check-ignore', + 'checkout', + 'commit', + 'config', + 'dag', + 'data status', + 'data', + 'destroy', + 'diff', + 'doctor', + 'exp init', 'exp run', + 'exp show', + 'exp diff', + 'exp list', + 'exp apply', + 'exp branch', 'exp remove', + 'exp gc', 'exp push', 'exp pull', - 'exp gc', - 'exp diff', - 'exp branch', - 'exp apply', - 'exp init', 'exp', + 'fetch', + 'freeze', + 'gc', + 'get-url', + 'get', + 'import-url', + 'import', + 'init', + 'install', + 'list-url', + 'list', + 'metrics show', + 'metrics diff', + 'metrics', + 'move', + 'params diff', + 'params', + 'plots show', + 'plots diff', + 'plots modify', + 'plots templates', + 'plots', + 'pull', + 'push', + 'queue start', + 'queue stop', + 'queue status', + 'queue logs', + 'queue remove', + 'queue kill', + 'queue', + 'remote add', + 'remote modify', + 'remote default', + 'remote list', + 'remote remove', + 'remote rename', + 'remote', + 'remove', + 'repro', + 'root', + 'run', + 'stage add', + 'stage list', + 'stage', + 'status', + 'unfreeze', + 'unprotect', + 'update', + 'version', 'experiments', - 'doctor', - 'diff', - 'destroy', - 'data status', - 'data', - 'dag', - 'config', - 'commit', - 'checkout', - 'check-ignore', - 'cache dir', - 'cache', - 'add' + 'ls-url', + 'ls' ] diff --git a/packages/gatsby-theme-iterative/config/prismjs/mlem-commands.js b/packages/gatsby-theme-iterative/config/prismjs/mlem-commands.js index f7809a2c..d32b10b7 100644 --- a/packages/gatsby-theme-iterative/config/prismjs/mlem-commands.js +++ b/packages/gatsby-theme-iterative/config/prismjs/mlem-commands.js @@ -1,19 +1,21 @@ module.exports = [ - 'init', - 'list', - 'pprint', + 'apply-remote', + 'apply', + 'build', + 'checkenv', + 'clone', 'declare', - 'serve', 'deployment apply', 'deployment run', 'deployment status', 'deployment remove', + 'deployment wait', 'deployment', - 'types', - 'link', - 'clone', 'import', - 'build', - 'apply-remote', - 'apply' + 'init', + 'link', + 'pprint', + 'serve', + 'types', + 'ls' ]