sparxsys / confluence-shell-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These are collection of scripts to help you interact with Confluence

Objective

  • Learn how to interact with Confluence using REST API.
  • Solve your day to day problems.
  • Have lot of fun.

How to use the scripts?

  • Set an environment variable called JIRATUTORIAL_AUTH which is used in the scripts. You can use ~/.bashrc or ~/.xinitrc file or any other way you are familiar with to do this. In this video I have explained how to generate the token and base64 encode it.

Dependencies

  • jq: Used to parse the JSON.
  • cut: Used to cut string based on delimiter.

Useful links

About


Languages

Language:Shell 58.2%Language:HTML 41.8%