Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 57f1b0d

Browse files
committed
add wsk api to wsk usage model
Fixes #977
1 parent 680a6fd commit 57f1b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/plugins/ui/commands/openwhisk-usage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ module.exports = {
114114
nRowsInViewport: 6, // list all six, since we have a short list
115115
available: [{ command: 'action', docs: 'work with actions', dir: true, commandPrefix: 'wsk' },
116116
{ command: 'activation', docs: 'work with activations', dir: true, aliases: ['$'], commandPrefix: 'wsk' },
117+
{ command: 'api', docs: 'work with APIs', dir: true, commandPrefix: 'wsk' },
117118
{ command: 'package', docs: 'work with packages', dir: true, commandPrefix: 'wsk' },
118119
{ command: 'rule', docs: 'work with rules', dir: true, commandPrefix: 'wsk' },
119120
{ command: 'trigger', docs: 'work with triggers', dir: true, commandPrefix: 'wsk' },

0 commit comments

Comments
 (0)