You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
r.Register("pull", &PullCommand{Config: *cfg}, "Download locales from your PhraseApp project.\n You can provide parameters supported by the locales#download endpoint https://developers.phrase.com/api/#locales_download\n in your configuration (.phraseapp.yml) for each source.\n See our configuration guide for more information https://help.phrase.com/phraseapp-for-developers/phraseapp-client/configuration#pull")
r.Register("push", &PushCommand{Config: *cfg}, "Upload locales to your PhraseApp project.\n You can provide parameters supported by the uploads#create endpoint https://developers.phrase.com/api/#uploads_create\n in your configuration (.phraseapp.yml) for each source.\n See our configuration guide for more information https://help.phrase.com/phraseapp-for-developers/phraseapp-client/configuration#push")
r.Register("init", &InitCommand{Config: *cfg}, "Configure your PhraseApp client.")
r.Register("upload/cleanup", &UploadCleanupCommand{Config: *cfg}, "Delete unmentioned keys for given upload")
r.RegisterFunc("info", infoCommand, "Info about version and revision of this client")