snippet manages provider-hosted snippets.
Snippets are lightweight hosted code or text artifacts that are useful outside a full repository.
Use snippet to list, view, create, or delete snippets.
Prepare the file you want to publish and decide whether the snippet should be public. Snippet visibility and ownership are provider-specific, so check the active profile before creating content.
gitfleet snippet listgitfleet snippet view <snippet-id>gitfleet snippet create --description "Example" --file example.txtgitfleet snippet delete <snippet-id> --yes
GitHub and GitLab both expose snippet capability.
Creating and deleting snippets mutates provider state. Delete requires
confirmation or --yes.
Use --json for snippet inventory and migration.