{"id":43218442,"url":"https://github.com/nttcom/fic","last_synced_at":"2026-02-01T08:30:58.472Z","repository":{"id":73507204,"uuid":"267465241","full_name":"nttcom/fic","owner":"nttcom","description":"Command Line Interface for Flexible InterConnect","archived":false,"fork":false,"pushed_at":"2020-06-23T02:06:19.000Z","size":129,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-06T08:35:36.126Z","etag":null,"topics":["cli","fic","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nttcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-28T01:35:24.000Z","updated_at":"2023-01-30T16:33:46.000Z","dependencies_parsed_at":"2023-06-01T06:08:29.399Z","dependency_job_id":null,"html_url":"https://github.com/nttcom/fic","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nttcom/fic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Ffic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Ffic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Ffic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Ffic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nttcom","download_url":"https://codeload.github.com/nttcom/fic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Ffic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","fic","go"],"created_at":"2026-02-01T08:30:58.392Z","updated_at":"2026-02-01T08:30:58.462Z","avatar_url":"https://github.com/nttcom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fic\n\nCommand Line Interface for Flexible InterConnect\n\n## Installation\n\n```Bash\ngo get -u github.com/nttcom/fic\n```\n\nMake sure that `PATH` includes `$GOPATH/bin`.\n\n```Bash\nexport PATH=$PATH:$GOPATH/bin\n```\n\n## Configuration\n\nThere are two ways to set your configurations.\n\n* Export environment variables:\n\n```Bash\nexport FIC_USERNAME=****\nexport FIC_PASSWORD=****\nexport FIC_TENANT_ID=****\n```\n\n* Create config file:\n\n```Bash\ntouch ~/.fic.yaml\necho \"username: ****\" \u003e\u003e ~/.fic.yaml\necho \"password: ****\" \u003e\u003e ~/.fic.yaml\necho \"tenant_id: ****\" \u003e\u003e ~/.fic.yaml\n```\n\n## Execution\n\n```Bash\nfic areas list\n```\n\n## Command reference\n\nSee [fic.md](https://github.com/nttcom/fic/blob/master/doc/fic.md).\n\n## Auto completion\n\n### Bash\n\nThe completion script for Bash can be generated with the command `fic completion bash`.\nIt depends on [bash-completion](https://github.com/scop/bash-completion), which means that you have to install this software first.\nIf you use the completion script on macOS, it requires **bash-completion v2** and **Bash 4.1+**.\n[Kubectl docs](https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion) show how to install bash-completion and bash in details.  \n\nThere are two ways to enable auto completion.\n\n* Source the completion script in your `~/.bashrc` file:\n\n```Bash\necho 'source \u003c(fic completion bash)' \u003e\u003e~/.bashrc\n``` \n\n* Add the completion script to the `bash_completion.d` directory:\n\n```Bash\n# On Linux\nfic completion bash \u003e/etc/bash_completion.d/fic\n# On macOS\nfic completion bash \u003e/usr/local/etc/bash_completion.d/fic\n```\n\n### Zsh\n\nThe completion script for Zsh can be generated with the command `fic completion zsh`.\n\nYou need to put the generated script somewhere in your *fpath* named *_fic* like this.\n\n```Zsh\nfic completion zsh \u003e ${fpath[1]}/_fic\n```\n\n## License\n\nFic is released under the Apache 2.0 license. See [LICENSE](https://github.com/nttcom/fic/blob/master/LICENSE). ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnttcom%2Ffic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnttcom%2Ffic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnttcom%2Ffic/lists"}