- Notifications
You must be signed in to change notification settings - Fork16
An Electron-based development tool for IBM Cloud Functions and Composer.
License
ibm-functions/shell
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project has been superceded by thethe Kui project. As a result, this repository is no longer maintained.
Welcome to a new development experience for IBM Cloud Functions. Cloud Functions Shell (or justShell) is anElectron desktop application that combines a command-line interface (CLI) and a graphical user interface (GUI):
- Developers interact with the cloud mainly through execute textual commands, as in a conventional CLI. The command-line style of interaction enables quick task switching without clicking through various links and allows task automation through scripting.
- Unlike conventional CLIs, in Shell, data returned from the cloud are carefully rendered into prettified code, tables and visualizations to assist users in various tasks. Mouse interactions are added to avoid copying lengthy text or IDs. Shell also integrates some common graphical tools such as a debugger for inspecting parameters and inserting breakpoints, and an light-weight text editor that offers real-time syntax highlighting.
As a local desktop application, Shell is fast and is designed for productive use, and can access local storage to provide new features like interacting with other editors and debugging a function in a local container.
Shell is currently distributed through theNode.js package manager (NPM). We recommend that you install the shell globally (npm install -g):
$ npm install -g @ibm-functions/shell --unsafe-perm=trueIf you are an existingwsk orbx wsk CLI user, you should be able to start using Shell right away with the host and credential specified in$HOME/.wskprops. If you have never installedbx wsk orwsk CLI before, follow the instructions in theinstall and troubleshooting page to set up your environment.
$ fsh shellfsh is a shorthand for "function shell". You will see a new window popped up. Welcome to Shell!
Tip: You can pin Shell's icon to the desktop for quick access. For example, in MacOS, you can right click on the blue Shell icon and selectOptions > Keep in Dock. Next time you can click on that icon to start Shell from the dock.
![]() |
|---|
| Working in Shell |
Shell has a CLI and asidecar that can be opened and closed on demand. Contents that need more space such as JSON data or visualizations are usually shown in the sidecar, whereas execution messages and lists are shown under the corresponding command.
- Basic cloud function commands (TODO)
- Run Shell commands in the Electron app vs. directly from the terminal (TODO)
- Programming Serverless Composition with Composer and Shell
- Tour of Shell's visualizations (TODO)
- Shell's YouTube channel for demo videos
Contributions are welcome. Please join indeveloping and extending the Shell code.
About
An Electron-based development tool for IBM Cloud Functions and Composer.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors6
Uh oh!
There was an error while loading.Please reload this page.
