Skip to content

Commit

Permalink
Casperify verbs
Browse files Browse the repository at this point in the history
in principio erat Verbum et Verbum erat apud Deum et Deus erat Verbum
hoc erat in principio apud Deum
omnia per ipsum facta sunt et sine ipso factum est nihil quod factum est
  • Loading branch information
0x2b3bfa0 committed Sep 5, 2022
1 parent e1f4651 commit a06918c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/cml/runner/start.js → bin/cml/runner/launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ const run = async (opts) => {
else await runLocal(opts);
};

exports.command = 'start';
exports.command = 'launch';
exports.description = 'Launch and register a self-hosted runner';

exports.handler = async (opts) => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ const launchAndWaitLink = async (opts = {}) => {
};

exports.tbLink = tbLink;
exports.command = 'start';
exports.description = 'Start the tensorboard agent and get a link';
exports.command = 'connect';
exports.description = 'Connect to tensorboard.dev and get a link';

exports.handler = async (opts) => {
const { file, credentials, name, description } = opts;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/cml/workflow/rerun.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const kebabcaseKeys = require('kebabcase-keys');

exports.command = 'rerun';
exports.description = 'Restart a workflow given the jobId or workflowId';
exports.description = 'Rerun a workflow given the jobId or workflowId';

exports.handler = async (opts) => {
const { cml } = opts;
Expand Down

1 comment on commit a06918c

@casperdcl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sed libera nos a malo

Please sign in to comment.