2b41283a91
* adding columnify and ember-cli-cjs-transform * add yargs-parser * remove vendored yargs-parser tokenizer and use cjs transform to import it from actual yargs-parser * add clear command that clears the log, but maintains history * make codemirror have no gutter and be auto-height when rendered in the console output log * add fullscreen command and hook up fullscreen toggle button * hook up copy button
17 lines
503 B
Handlebars
17 lines
503 B
Handlebars
<div class="console-ui-alert has-text-grey">
|
|
{{i-con glyph="information-circled" aria-hidden="true" size=12}}
|
|
<pre>Usage: vault <command> [args]
|
|
|
|
Commands:
|
|
read Read data and retrieves secrets
|
|
write Write data, configuration, and secrets
|
|
delete Delete secrets and configuration
|
|
list List data or secrets
|
|
|
|
Web CLI Commands:
|
|
fullscreen Toggle fullscreen display
|
|
clear Clear output from the log
|
|
clearall Clear output and command history
|
|
</pre>
|
|
</div>
|