This project is a small CLI tool to interact with the IMS API. The goal of this project is to provide a small tool that can be used to troubleshoot integrations with IMS.
This project is wrapping adobe/ims-go.
Build the CLI or download a prebuilt release.
Example:
git clone https://github.com/adobe/imscli
go install
Once installed, you can start reading the integrated help with the help subcommand.
Examples:
imscli help
imscli authorize help
imscli authorize user help
The complete documentation of the project is available in the DOCUMENTATION.md file.
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.