Varun Chandak

Results 24 issues of Varun Chandak

OS: `macOS (latest)` GO: `go version go1.12.6 darwin/amd64` I am getting this error. Everything is done as per README.md ``` 2019/06/16 19:58:44 [ERROR][google_photos/[email protected]] Processing item graph: processing node of item...

I am trying to run this command to delete image: ``` $ awless -p PROFILE -r ap-southeast-1 delete image delete-snapshots=true -f --no-sync id=ami-abcd1234 ``` and I am getting the below...

facing this issue whenever I use pricer: ``` $ awless -p PROFILE -r ap-south-1 inspect -i pricer [error] unmarshalling property 'Role' of resource 'i-0d0e5ddcXXXXXXXXX': get property 'cloud:role': '{isLit:true isBnode:false resource:...

bug

Let's say I am running the command: ``` awless -p PROFILE list instances --tag Schedule=XXXX-0630-2230 ``` This will print the list of instances having tag-key Schedule. What if I want...

enhancement

when I press tab to autocomplete the arguments, I get an array like below: ``` vrnchndk:Keys varun$ awless -p list subnets --filter vpc= --columns id,vpc --f-bash: flaghash[${flagname}]: bad array subscript...

I am trying to create/update records in route53 with ELB endpoints but I am unable to create ALIAS records. Also, there is no ALIAS option in the help as well....

Is there a possibility that we can get an `aws` CLI equivalent of `awless` commands ? For example, `awless list buckets` = `aws s3 ls` or equivalent. or, `awless list...

Currently I can't see any option to do this. Is this in the pipeline or future releases ?

Suppose I have: * profile A with region X * profile B with region Y Using `awless -p A config set aws.region X`, whenever I try to use profile B,...

enhancement