replicated icon indicating copy to clipboard operation
replicated copied to clipboard

version command

Open dexhorthy opened this issue 6 years ago • 2 comments

We need a command like ship version https://github.com/replicatedhq/ship that outputs the tag and git info.

dexhorthy avatar Mar 28 '19 20:03 dexhorthy

@laverya This appears to have been added in #54 and #52 , but requires an API token to check the version:

$ replicated version  
Error: Please provide your API token

Usage:
  replicated version [flags]

Flags:
    -h, --help   help for version

Global Flags:
        --app string     The app slug or app id to use in all calls
      --token string   The API token to use to access your app in the Vendor API

Please provide your API token

dexhorthy avatar Oct 01 '19 23:10 dexhorthy

This seems to work without an API token for me now. At least I tried by unsetting my REPLICATED_* environment variables ard ran replicated version.

MikaelSmith avatar Mar 11 '20 15:03 MikaelSmith