Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfernstrom/openbd-cli-bridge
https://github.com/mfernstrom/openbd-cli-bridge
cfml cli openbd
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfernstrom/openbd-cli-bridge
- Owner: MFernstrom
- License: gpl-3.0
- Created: 2015-04-08T13:37:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T16:19:24.000Z (over 9 years ago)
- Last Synced: 2023-02-28T18:12:53.500Z (almost 2 years ago)
- Topics: cfml, cli, openbd
- Language: Nimrod
- Size: 465 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenBD-Cli-bridge
OpenBD CLI Bridge is a utility that lets you run OpenBD commands and files from the Windows command line.
### Installation
Manual installation: Download the source from GitHub, unzip the .cfm file into a local web server. (I use an instance of OpenBD Local added to autostart, so it's always running)
Drop the .exe and config.ini wherever you want (Keep the .ini and .exe in the same folder), add the .exe to your PATH and edit the config.ini file to point to your webserver.
Installer: An installer is in the works and will be available when it's ready.
--
### Default settingsDefault config.ini settings:
*#* Server address
address: "http://127.0.0.1"*#* Port
port: 35624*#* Page to hit
page: "/index.cfm"--
### UsingC:\>openbd -v
OpenBD version 3.1
CLI bridge version 0.1C:\> openbd now()
{ts '2015-04-06 10:49:21'}
C:\>openbd -f test.cfm
This is a regular cfml file.
Current timestamp: {ts '2015-04-06 10:51:08'}C:\>openbd -i
Starting interpreter in single-line mode, type -h for help*>>* *#*Hash('OpenBD is awesome')*#*
5E1DA9EA3980D7BBAC7572C16D3BC083*>>* -ml
Multi-line mode active, type -run to run commands*>>* *#*now()*#*
*>>* *#*Hash('OpenBD is awesome')*#*
*>>* -run
{ts '2015-04-06 10:53:23'}
5E1DA9EA3980D7BBAC7572C16D3BC083*>>* -q
Exiting interpreter mode