Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirychukyurii/fd-import
https://github.com/kirychukyurii/fd-import
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirychukyurii/fd-import
- Owner: kirychukyurii
- License: mit
- Created: 2024-04-08T13:07:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T08:26:55.000Z (8 months ago)
- Last Synced: 2024-04-24T14:18:43.840Z (8 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreshDesk Import
Easy import .json files, exported from API
## Table of Contents
- [Getting Started](#getting-started)
## Getting Started
```
FreshDesk Import - easy import .json files, exported from APIUsage:
fd-import [flags]
fd-import [command]Available Commands:
api API for download ticket attachments
completion Generate the autocompletion script for the specified shell
help Help about any command
import Start importing .json files
migrate Apply database schema migrationsFlags:
-d, --dsn string database connection string
-h, --help help for fd-import
--log-file string log file (default "./fd-import.log")
-l, --log-level string log level (default "debug")
-v, --version version for fd-importUse "fd-import [command] --help" for more information about a command.
```