Releases: astronomer/astro-cli
v0.4.0
Changelog
54118e3 Merge pull request #110 from astronomerio/feature/implement-v0.3.3-auth-flows
c87a92b Add versioning and compatibility explantation
3d4c4c8 Document testing cli locally
419f06a Remove depcated command example
2c7280b Remove go get install option
808afa8 Remove redudant call to get current cluster
d498adf Add tie-in for testing with houston and orbit locally
f596027 Refactor auth for v0.3.3 auth flows
v0.2.3
v0.2.2
Changelog
70ab336 Merge branch 'master' of https://github.com/astronomerio/astro-cli
b2a7b57 Remove legacy cloud domain config
fae414c Merge pull request #106 from astronomerio/prevent-dir-walking-when-searching-for-project
98c2df6 Prevent dir walking when searching for a project
ebae601 Merge pull request #108 from astronomerio/feature/add-multi-cluster-support
910aef8 Conver newline logic
e689f61 Refactor list outputs
0a6aaeb CJ can't color a text string so andy does it
18ba042 Print current workspace
402c96e Cleaup workspace messageon auth
181037b Update workspace switch commands
e3ddc39 Refactor workspace validator for new config
3268350 Add easier to read current context print
0af7c9e Mark current workspace on workspace list
f990f7e Move GetContext to config package
e796404 Change cluster to context in config
86be3cf Add workspace context switch command
855139e Refactor some cluster methods
8462cc4 Refactor so config.contexts is only accessed via higher-lvl abstractions
c4fbb1b Add cluster switch cmd
b77c76b Ensure auth logic works whether or not domain arg is specified
ff61fb2 Lay ground work for context cluster and workspace management
4ae7f5a Merge pull request #104 from astronomerio/vparekh94-patch-1
51c2943 Added "or"
e58af7a Merge pull request #102 from astronomerio/vparekh94-doc-fix
2973847 Added information on using CLI
88afc49 Strip unused settable prop of a config
824512c Fix indentation
cfe618a Fix version check logic
v0.2.1
v0.2.0
Changelog
b4e8359 Set default workspace in config even if previous workspace exist
39d80a2 Add comments to all houston functions
bcf0b05 Update Houston error message
aae32e6 Set token before call to default project workspace
5c2f317 Implement getting nextTag from houston
3ccf3b9 Wrap json field tags in double quotes properly
8627ef6 Auto set default project workspace if one workspace exist
8e98613 Exit so cmd suggestions are not returned on houston error
7944d1b Clean up registry url logic
d3e30f5 Undeprecate accidently deprecated cmd
32e66af Add instructions for generating docs
4067c80 Add latest v0.3.0 docs
66d2925 Update README to prioritize curl install and mention houston-api
69b0c3b Set default workspace if one exists
e8be215 Add update workspace integration with houston
79202e0 Add update deployment integration with houston
046b33e Cleanup workspace ls command output
13c18a7 Re-enable auth logout
1938b8d Remove grafana links on deploy
c681f0e Implment basic auth for 0.3.0
b8403e5 Remove http and api from global vars
82d8f89 Handle no users being available to list
17fa5e0 Implement list users but hide command
b7787f7 Move cmd arg validation into custom files
531647c Re-implment user create for 0.3.0 changes
55a1bde Rename and alphabetize requests wrappers
a200321 Add workspace user add and rmv integration with houston
0033ad5 Remove debug print statement
96c167d Prevent % from being output on single line prints
34dd1cc Add aliases for create, delete, update commands
3d3a9f7 Remove all occurrences of team in favor of workspace
5a6071a Clarify airflow deploy usage
79208b3 Extend use command attr to clarify usage
5fa4459 Use persistentFlags over flags where it makes sense
7e8a7eb Renaming title to label to be in sync with houston
2a26a17 Adding newline to prevent trailing %s
bba202e Rename fetch to get to match houston std
3178a5a Merge pull request #85 from astronomerio/feature/better-integration-of-workspaces
289fa16 Pass in workspace-id flag or default cfg to simplify commands
cb507b5 Merge pull request #84 from astronomerio/feature/deployment-crud
ddd35f4 Add deployment create and delete
3c6af8d Merge pull request #83 from astronomerio/feature/workspace-crud
5429e00 Add deleteWorkspace integration with houston
69d1d1f Speicfy createTeam for json marshalling
cc47573 Add createWorkspace integration
163e977 Add workspace list integration
377310a Merge pull request #82 from astronomerio/feature/v0.3.0-integration
9e59e25 Add new registry auth flow
1d21247 Add wrapper to fetch other astronomer service urls
f5542b1 Remove old registry auth logic
4c09167 Rename houstonErr to err
c19f4c5 Clarify that user create can be used to invite users
862f319 Scaffold out deployment delete cmd
364efb2 Expand command descriptions
c1ad8c9 Implement rudimentary oAuth
62e482b Singularize users.go fn
5133b27 Rename version and git build args to avoid variable name conflict
a25e974 Simplify workspace cmd aliases
beea868 Simplify aliases for deployment
321001c Add standard deprecation message
cd7286e Singularize users package
baefac4 Add latest docs with scaffold commands
2d853aa Scaffold out deployment and workspace rootCmds
81809a5 Deprecate airflow deployment commands in favor of deployment
269ab7b Scope --global flag to only config command
39b3351 Add docs generator and initial docs
4146d4a Fix message imports
1e8dd2e Merge pull request #81 from astronomerio/feature/50-add-command-to-upgrade-cli
e5f9a4d Integrate docker package with messages
d31f0b7 Integrate config package with messages
abec6b4 Integrate cmd package with messages
4ebbbad Integrate auth package with messages
5bab8e3 Integrate airflow package with messages
3493b08 Streamline message names
edbbfd1 Move version logic into own package
768e047 Remove url print
f2b911b Removed unused comments
6a1355c Build out upgrade check logic
dbff195 Add cmd to check for upgrade
6c957ca Add option to skip-verify and pass email through args
c356c65 Add createUser cmd
c15bfc3 Handle errors returned from houston api
3e2f0d4 Account for new Errors attr in response
57317d4 Refactor for graphql query consistency
f1b5d37 Supply config passthrough for a local houston instance
7ff80c6 Prevent cobra help output on expected airflow start error
811b1ee Merge pull request #70 from astronomerio/feature/61-resolve-registry-and-domain-logic
1e497fc Make registry authentication explicit
f6fcfe3 Prevent link output if createDeployment was not successful in houston
69ac79c Remove clickstream command group
v0.1.1
v0.1.0
Changelog
1c5d3f7 Merge pull request #60 from astronomerio/feature/houston-api-integration
c44c382 Missed changed in last merge commit
6d202af Merge branch 'master' into feature/houston-api-integration
66c7ff2 Fix linting and spelling errors
6a834b9 Merge pull request #56 from astronomerio/feature/13-check-for-uncommited-code-before-deploy-cherry-pick
42d0f4f Import utils and change long-name to force
d4a3f93 Houston response updates, deploy lists
74111fb Separate generic http into it's own pkg
8f1bfdf Remove straggling files
8b7a1ba Use pkg convention for standalone utils
49e169b Check for uncommited changes before deploy
e4ce649 Coalesce registry url through config chain
8f0048d Updated config value for token
d1730ba Update GQL queries
3529059 Changed some config vars around
0b51c66 Added IDE’s to .gitignore
3d0540f Add fetch airflow deployments flow
662ed2e Add airflow create deployment flow
9731937 Add houston auth flow
85e19c5 Provide base houston integration
v0.0.5
Changelog
8dd8c0d Merge pull request #54 from astronomerio/feature/base64-encode-credentials
21e50f4 Merge pull request #55 from astronomerio/feature/cleanup-airflow-cmds
d6a008a Remove project init logic from cmd definitions
8df8460 Change credential getter to match naming elsewhere
ab8ba48 Encode credentials in config file at rest
e7b5a17 Merge pull request #53 from astronomerio/feature/capture-docker-auth-login
ea8b8e5 Use default shell instead of assuming bash
855c361 Capture and pass auth to docker login
4421604 Add new curl install script to install options
7e3b3d9 Merge pull request #48 from astronomerio/hotfix/prompt-for-registry-auth
b47d621 Merge pull request #49 from astronomerio/help-docs
440aade Add help info
390befe remove non 200 status code check. not needed when houston takes over deploys
11f0f42 check for non-200 status code on registry request
v0.0.4
Changelog
27fa17c add full var path in ldflags
4ef15e7 add version and commit LDFLAGS to goreleaser
f09380b Merge pull request #47 from astronomerio/hotfix/compose-indentation
1e35da7 fix incorrect indentation on docker-compose tmplt
58c9b47 Merge pull request #46 from astronomerio/feature/4_init_creates_example_dag
ed48732 break out include files
d38f624 add example dag on project init
c945fa1 Merge pull request #44 from astronomerio/feature/36-42-config-improvements
6e2af4d Merge pull request #45 from astronomerio/feature/39-add-suggested-registry-output
9403284 add custom registry flag
aa56108 remove unused gettable and settable props
e9f9466 Merge pull request #43 from astronomerio/feature/37-output-webserver-link
4aab7aa add postgres db to airflow start output
417c3da add PreRun hooks to check for project dir
a842c99 refactor setting of config defaults
a95dcce refactor for yaml file config
60d1111 add webserver quick link for airflow up
Automated with GoReleaser
Built with go version go1.8.7 linux/amd64
v0.0.3
Changelog
814a869 remove old config fetch syntax
03eef51 Merge pull request #34 from astronomerio/feature/cleanup-circle-ci
d8f1430 remove unnecessary circleci steps and scripts
9fe1706 Remove hard coded registry
8af7047 Merge pull request #24 from astronomerio/feature/add-config-setters
6cabdf0 rename godownloader binary pointer
84a020d add config struct and receivers
d7d5428 add config getter setter
Automated with GoReleaser
Built with go version go1.8.7 linux/amd64