Skip to content

Latest commit

 

History

History
170 lines (121 loc) · 9.78 KB

README.md

File metadata and controls

170 lines (121 loc) · 9.78 KB

User Manual

For most users, the fossa-cli will work out-of-the-box without any configuration. Get an API key, run fossa analyze, and view your results in the FOSSA web application.

If you haven't read the Getting Started section in the README yet, we highly recommend starting there first.

This manual is organized into three sections:

  1. Walkthroughs explain how to accomplish common use cases, including common troubleshooting steps and follow-ups.

  2. Features explain specific CLI features and how to use them.

  3. References provide an exhaustive listing and explanation of all CLI functionality.

Every piece of documentation is accessible via hyperlink from this user manual. You should never need to manually explore docs/ to find the page you need.

Table of Contents

Concepts

Walkthroughs

Features

Analyzing Projects

Manually Specifying Dependencies

Analyzing Vendored Dependencies

Searching for Custom Keywords and Licenses

Analyzing Containers

Experimental Features

Scanning Projects for Source Snippets

Subcommands

References

CLI commands

Configuration

Troubleshooting

FAQs

When are you adding support for (some buildtool/language)?

If we don't support your choice of language/buildtool, please create a support ticket to express interest!

What kind of data gets uploaded to FOSSA's servers?

Please see our 'What data gets uploaded?' doc for more information.

How can I contribute a change to FOSSA CLI?

Please see our contributing documentation.