Releases: outlyerapp/outlyer-cli
1.0.4
1.0.3
1.0.2a
1.0.1
1.0.0
0.2.1
0.2.0
Changelog
2c78088 Applies resources concurrently and prints the results to stdout
4e4fb62 Converts plugin and check payloads to Outlyer API format
965b5dc Create unit tests for resource functions
beb2331 Creates Patch function to update a resource partially
2d00eac Creates Post function to create a resource
622b63e Creates apply command schema
3068544 Creates apply command usage
d6796ba Creates function that return file system paths given the input
4f7200f Creates function that returns resources instances given the paths
2bcdf7a Creates helper functions to handle dir and paths
451d4d8 Creates homebrew formula
c555f9b Declares apply comand
d9defad Exports entire account using . instead of all keyword
87ded25 Move CLI config to its own package
b35b1f4 Move client to its own package
0f00418 Updates get account command packages
63ba271 Updates project name
81abd9f Uses client and config from new package declaration
0.1.0
Changelog
2a5053e Add dependency management with godep
3b08b95 Add tests for export command
d5fbf85 Adds get accounts command
9dc82e1 Adds test and cover rules
81907c6 Create Makefile
650a7ed Create command line tool entrypoint
aea238b Create helper functions to exit the program with success or error
de317f3 Creates GoReleaser configuration file
b14ee69 Creates export command
ad2926a Creates login command to authenticate the user given the API token
0c78b3e Encapsulates the default HTTP client to add Outlyer specific headers
6c8e4b0 Export raw plugin code to file instead of the yaml returned by the api
b2a26eb Export resources concurrently
24610a5 Fix compatibility issues on Windows binary
09d8032 Initial commit
bb488d3 List of files and directories to ignore
82e0a1a Reads in Outlyer CLI yaml configuration file
5d9eaf2 Refactor get accounts command to use the helper exit functions
cbf07ea Refactor login command
c16c475 Refactors configure command to use helper exit functions and remove default_account from user's configuration file
571a59b Removes extension .py if it exists in the file name
0a4fb58 Rename checks fields before persisting them to disk
f44149e Returns the error got back from the API
c90261c Returns the full error description got from the API
d4c6c27 Update configure function name and command description
927a308 Updates description and contributing instructions