Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyarohith/do_commands_nimbella
Nimbella commands to access DigitalOcean billing info via Slack
https://github.com/satyarohith/do_commands_nimbella
nimbella-commander slack slack-commands slash-commands
Last synced: 2 days ago
JSON representation
Nimbella commands to access DigitalOcean billing info via Slack
- Host: GitHub
- URL: https://github.com/satyarohith/do_commands_nimbella
- Owner: satyarohith
- Created: 2019-12-18T18:08:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T16:07:49.000Z (about 5 years ago)
- Last Synced: 2024-12-11T03:27:25.840Z (about 2 months ago)
- Topics: nimbella-commander, slack, slack-commands, slash-commands
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigitOcean Commands Nimbella
A set of DigitalOcean commands that can be used with Nimbella Commander.
## Install
First, make sure you've Nimbella Commander installed in your slack workspace. Then run:
```
/nc csm_install github:satyarohith/do_commands_nimbella
```After installation, you need to create a secret key called `digitaloceanApiKey` using Nimbella Commander.
```
/nc secret_create
```Open **'Secret Creator'** and add a key with name `digitaloceanApiKey` and your DigitalOcean API key as its value. Click **'Make Secrets'** and follow the instructions provided in the **'Results'** tab.
# Usage
You can run this command using your current nimbella app. Run `/nc app_current` to know your current app.
For example, my current app is `/devops`. So I can use it to run `dobill` command.
```
/devops dobill
```