cf-download | Cloud Foundry cli plugin for downloading your application

 by   ibmjstart Go Version: v1.2.0 License: Apache-2.0

kandi X-RAY | cf-download Summary

kandi X-RAY | cf-download Summary

cf-download is a Go library. cf-download has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A Cloud Foundry cli plugin for downloading your application contents after staging
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cf-download has a low active ecosystem.
              It has 23 star(s) with 10 fork(s). There are 17 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 5 open issues and 4 have been closed. On average issues are closed in 427 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of cf-download is v1.2.0

            kandi-Quality Quality

              cf-download has no bugs reported.

            kandi-Security Security

              cf-download has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cf-download is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              cf-download releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed cf-download and discovered the below as its top functions. This is intended to give you an instant insight into cf-download implemented functionality, and help decide if they suit your requirements.
            • GetFilterList return filtered list
            • ParseArgs takes a list of args and returns a flagSet and a slice of strings
            • GetDirectoryContext takes a list of paths and returns a list of paths
            • ExpandGlobs expands a list of paths and returns a new list of paths
            • GetMetadata returns the plugin metadata
            • PrintCompletionInfo prints the completion information about the progress bar
            • main is the main entry point .
            • consoleWriter is a console writer that prints files downloaded .
            • CheckToFilter checks if a file is in filterList
            • NewDownloader creates a new downloader
            Get all kandi verified functions for this library.

            cf-download Key Features

            No Key Features are available at this moment for cf-download.

            cf-download Examples and Code Snippets

            copy iconCopy
            $ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
            $ cf install-plugin cf-download -r CF-Community
              

            Community Discussions

            QUESTION

            How can I download a logfile from Swisscom cloud foundry
            Asked 2017-Dec-05 at 03:31

            I use ELK and write some additional (extensive) log information to a file called extensive.log.

            How can I download this file to my local hard drive for further analysis?

            I tried the cf-download plugin. But I do get a "permission or corrupt" error.

            $ cf download app-name /home/SOME-PATH/logs/extensive.log

            ...

            ANSWER

            Answered 2017-Dec-05 at 03:31

            You don't need any plugins, you can use scp or sftp.

            The documentation is here, but this is a summary:

            1. cf login and cf target
            2. cf curl /v2/info | jq .app_ssh_endpoint this is your SSH host
            3. cf ssh-code then copy the value, this is your password
            4. cf app app-name --guid this is part of your user name
            5. sftp -P 2222 cf:/@, when prompted for a password, enter the passcode you copied in step #3.

            Similarly, for scp you can run scp -P 2222 -oUser=cf:/ my-local-file.json :my-remote-file.json.

            Hope that helps!

            Source https://stackoverflow.com/questions/47644312

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cf-download

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ibmjstart/cf-download.git

          • CLI

            gh repo clone ibmjstart/cf-download

          • sshUrl

            git@github.com:ibmjstart/cf-download.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link