- Added support for getting all in the
execution-queue. Sorted by date created descending and limited to 100 results.
- Fixed bug sending the incorrect user-agent. Was previously sending the curl flag
--locationas the user-agent.
- Error exit code changed from
1to4since codes 1-3 are reserved. helpcommand now returns a successful0exit code instead of error.- Added flag to curl
--locationto follow redirects. - User-agent string passed to curl no longer sends
$USER. - Changes to
README.md. - Updated copyright to 2018. Happy New Year!
- Changes to
README.md. - Updated copyright to 2017. Happy New Year!
- Added the ability to provide a custom api endpoint by setting the environment variable
API_ENDPOINT.
Example:
API_ENDPOINT=api.foobar.com commando servers- Shellcheck and best practice cleanup.
- Added the
--silentflag to curl to prevent progress output.
- Stable release.
- Changes to
README.md.
- Fixed bug with command
unauthon Linux versions of sed.
- Finished
executecommand. - Created a curl wrapper function
curl_request.
- Handle the case where
~/.netrcdoes not exist. - Set permissions of
~/.netrcto600when running theauthcommand.
- Added
-X POSTto the curl request for commandexecute.
- Added the following new commands
execution-queue,executions,version. - Get the version via flags
--versionor-v. - Refactoring.
- Initial development version.