Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scm integrations commands #444

Merged
merged 25 commits into from
Aug 20, 2019
Merged

Conversation

brandon-welsch
Copy link
Member

@brandon-welsch brandon-welsch commented Jul 11, 2019

Need go-scalingo on branch : feature/102/add_integrations_calls
Close #423

Gopkg.toml Outdated Show resolved Hide resolved
Gopkg.toml Outdated Show resolved Hide resolved
cmd/commands.go Outdated Show resolved Hide resolved
cmd/integrations.go Outdated Show resolved Hide resolved
cmd/integrations.go Outdated Show resolved Hide resolved
integrations/create.go Outdated Show resolved Hide resolved
integrations/destroy.go Outdated Show resolved Hide resolved
integrations/import_keys.go Outdated Show resolved Hide resolved
integrations/import_keys.go Outdated Show resolved Hide resolved
integrations/list.go Outdated Show resolved Hide resolved
@brandon-welsch
Copy link
Member Author

brandon-welsch commented Jul 29, 2019

Preview of commands :

create and list scm integrations

import ssh keys from scm integration

destroy scm integration

@brandon-welsch brandon-welsch requested a review from EtienneM July 29, 2019 14:09
@brandon-welsch brandon-welsch changed the title Add integrations commands Add scm integrations commands Jul 29, 2019
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
cmd/integrations.go Outdated Show resolved Hide resolved
scm_integrations/create.go Outdated Show resolved Hide resolved
scm_integrations/create.go Outdated Show resolved Hide resolved
scm_integrations/create.go Outdated Show resolved Hide resolved
scm_integrations/create.go Outdated Show resolved Hide resolved
integrations/destroy.go Outdated Show resolved Hide resolved
scm_integrations/destroy.go Outdated Show resolved Hide resolved
scm_integrations/import_keys.go Outdated Show resolved Hide resolved
scm_integrations/import_keys.go Outdated Show resolved Hide resolved
scm_integrations/list.go Outdated Show resolved Hide resolved
@EtienneM
Copy link
Member

I also forgot to ask you to add an entry to the CHANGELOG file

@brandon-welsch brandon-welsch requested a review from EtienneM August 6, 2019 10:08
@Soulou
Copy link
Member

Soulou commented Aug 7, 2019

└> sscalingo scm-integrations-import-keys gitlab
-----> 0 key imported from gitlab.
       No public key is available in your gitlab account
┌[leo☮soulou7]-(~/Scalingo/cli/scalingo)-[git://feature/423/add_integrations_commands ✗]-
└> sscalingo scm-integrations-import-keys github
-----> 0 key imported from github.
       
-----> 3 keys have already been imported from github:
+----------------------------+-------------------------------------------------------+
|            NAME            |                        CONTENT                        |
+----------------------------+-------------------------------------------------------+
| github-Win7VM              | ssh-rsa AAAAB3NzaC1y...+BddmsHMiZmpJTwNc7aXFK72l3KErB |
| github-staging.appsdeck.eu | ssh-rsa AAAAB3NzaC1y...+QhfRP4CvANwYSW75D/JjN1TtS5WyX |
| github-Windwos10           | ssh-rsa AAAAB3NzaC1y...LDk8z/GKxRU58sTQQ7EH3msKtFiw== |
+----------------------------+-------------------------------------------------------+

cmd/scm_integrations.go Outdated Show resolved Hide resolved
@EtienneM EtienneM merged commit abba6e0 into master Aug 20, 2019
@EtienneM EtienneM deleted the feature/423/add_integrations_commands branch August 20, 2019 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add commands for integrations
3 participants