-
Notifications
You must be signed in to change notification settings - Fork 2
Add settings cli #414
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
Merged
Merged
Add settings cli #414
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8e7c337
add settings cli
notoriaga 40151b8
cleanup
notoriaga 8167fc6
build settings binary
notoriaga cad0e44
typo
notoriaga 5460249
custom usage
notoriaga 1287576
add release
notoriaga 1571bc0
add files to release
notoriaga 8abab16
consistent names
notoriaga 01ea5ea
fix
notoriaga e0b4262
use glob
notoriaga b8b0a27
fix
notoriaga b9cccd7
hmm
notoriaga b80da32
fix
notoriaga 45e92c3
fix
notoriaga 67e833a
add back in full workflow
notoriaga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not uploading any artifact just simply building it. So we should add an artifact upload. The fileio also only uploads artifacts to builds. So when we create a release it still only shows the installers. Maybe you could add this and the fileio binaries to the release stage as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you think it is groovy you can push a test tag to see if it is working
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh good catch. I can do that. Is the intent have one big "swift-toolbox" zip that contains everything, or should we have separate downloads for each tool? Or perhaps we can have both?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think having separate files makes more sense. Not sure if we want to sign these as well though. Was this done for the old app @silverjam ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think having both would be great. Having it in console installer would mean you automatically have them if you have the console and a separate download for just the CLI tools in the release would allow people on bandwidth constrained environments to grab just the command line tools.
We should probably sign the command line tools for the "CLI only" zip, or sign the zip file itself