Skip to content

Releases: outlyerapp/outlyer-cli

1.0.4

04 Mar 17:49
c8bc0e0
Compare
Choose a tag to compare

Changelog

c8bc0e0 Apply views along with outher resources

1.0.3

04 Mar 13:39
5470bbd
Compare
Choose a tag to compare

Changelog

4a434fb Fix export, remove ids

1.0.2a

04 Mar 11:42
204b57a
Compare
Choose a tag to compare
1.0.2a Pre-release
Pre-release

Changelog

204b57a Exports views resource when using . to export the entire account
95a173a Updates Formula version

1.0.1

04 Sep 19:07
827628d
Compare
Choose a tag to compare

Changelog

c5144e6 Removes function used to convert checks before issuing HTTP post/put request
8bea91c Removes function used to convert checks response fields
65fc530 Updates Formula version

1.0.0

03 Sep 18:40
Compare
Choose a tag to compare

Changelog

c189a83 Updates Formula version

0.2.1

23 Aug 20:47
Compare
Choose a tag to compare

Changelog

4f156da Fix outlyer-cli import
5d009b7 Removes UI fields when exporting resources
54c73cf Updates dependencies
5b69cd9 Updates formula name
f0840cc Uses constants to represent resources names

0.2.0

02 Aug 20:19
Compare
Choose a tag to compare

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

25 Jul 18:25
Compare
Choose a tag to compare

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