Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.29 KB

Remove expiration date policy in rooms

What is this?

A command line tool to remove expiration date polices for rooms within a parent and their first level children.

This is based on DRACOON Commander RS - an awesome project to use DRACOON via CLI and dco3 - a wrapper around the DRACOON API by Octavio Simone.

How to use it?

Download the release or build from source. Use the following command to remove expiration polices for rooms within a parent and their first level children. The number is the parent room id of the rooms where the expiration date policy should be removed (set to 0).

remove-expiration run YOUR.DRACOON.COM/ 149

Preconditions

  • CLI user needs to be room admin to remove the expiration date

Built with

This project makes use of several awesome crates and uses async Rust throughout the project. Crates used:

Full dependency list: Cargo.toml

For all DRACOON operations dco3 is used.