command-line-interface Questions

7

Cloning a repository, pushing , fetching and pulling code with git from Azure Devops via VSCODE, GITExtensions, GIT BASH results in a 'fatal unable to access' & 'CONNECTION WAS RESET' ERROR aro...
Quartering asked 15/3, 2023 at 17:47

4

We have trouble to execute any command on Windows AWS CLI. After AWS Configure as follows, almost every command returns the sts access error. -- AWS Configure aws_access_key_id=XXXXXXXX anw_secrea...
Rachitis asked 10/9, 2018 at 7:35

6

I am using the terminal to copy a file from an s3 bucket to my local machine but I keep getting the error: fatal error: An error occurred (404) when calling the HeadObject operation: Key "file...
Rectory asked 5/8, 2022 at 14:15

6

zip -h is confusing! I just want to know how to make a .zip from a directory. kthxbi
Seymour asked 25/6, 2014 at 21:11

5

Solved

As the title suggests, I'm trying to make a python script accessible from the command line. I've found libraries like click and argv that make it easy to access arguments passed from the command li...
Palpitation asked 10/6, 2019 at 23:31

3

I am having some issues with fastlane and cloning a git repo from BitBucket. I am getting following error: fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled [17...

21

I work with laravel 5 , when i type in windows cmd this command "touch storage\database.sqlite" this error message rise 'touch' is not recognized as an internal or external command, operable prog...
Orola asked 21/3, 2016 at 8:39

4

Solved

I would like to ask if how should I fix this issue because I am already stuck and confused about this part. I already installed rollup globally using this command npm install --global rollup Howev...

6

Problem After generating a workspace with the new @angular/cli@18 package, I am unable to determine how to reference image assets placed in the /public folder. This did not seem to be an issue with...

10

Solved

What if I wanted to parse this: java MyProgram -r opt1 -S opt2 arg1 arg2 arg3 arg4 --test -A opt3 And the result I want in my program is: regular Java args[] of size=4 org.apache.commons.cli.Op...
Hygrothermograph asked 7/9, 2011 at 23:43

4

I am trying to install the awslocal CLI tool with pip3. I have ran the command: pip3 install awscli-local --user I am trying to see the what CLI options there are and have run the command awslocal...
Dannydannye asked 21/10, 2020 at 17:8

4

I have a Chrome app that I created with "Create Application Shortcut". What I need is to open that app with specific url on the same domain. Example: chrome_proxy.exe --profile-directory=Default ...
Aubert asked 25/4, 2019 at 15:19

4

Solved

Before it happened, what I am doing is trying to use the dep to manage my golang code dependency. What I found right now is I cannot do any command with go, even if I try to uninstall it with brew ...
Aguila asked 26/2, 2020 at 4:23

2

Solved

I'm parsing CLI arguments in my program with the argparse library. I would like to parse an argument that can repeat, with the following behaviour: if the argument appears at least once, its valu...
Glomerate asked 9/1, 2020 at 11:3

3

I'm trying to configure a dockerized Keycloak server like creating a realm from CLI command in the Dockerfile: FROM quay.io/keycloak/keycloak:11.0.0 # Create realm "realm_borrar" on keyc...
Damning asked 21/10, 2020 at 10:20

8

Solved

I would like to offer users of my composer package an interface to select and install any of the suggested packages. There seems to be no command line option, and in the API I can only find a getSu...

1

Solved

This highlighting feature is driving me crazy. How do I turn it off?

2

For example, I'd like to set a new or remove a virtual host in the nginx.conf configuration file without editing it directly but using a command-line tool, like: nginx-cli add-server [options] ngi...
Nocti asked 30/10, 2011 at 23:14

4

I am working on a NextJs project and I would like to know which NextJs version is installed. Where can I check that?

4

Solved

I want to listen to terminal output from extension, such as tsc -w and catch the moment if the output contains similar text: Found 1 error. Watching for file changes. Or the error exit code or...
Semimonthly asked 23/8, 2019 at 16:56

8

Solved

Is there a way to make argparse recognize anything between two quotes as a single argument? It seems to keep seeing the dashes and assuming that it's the start of a new option I have something lik...
Shanika asked 23/4, 2013 at 16:55

8

Solved

Let's say I'm in my root directory, and I have a User folder that I can cd into. In my default Mac terminal, I can just type cd U + tab, and it autocompletes to cd Users/. How do I get this to work...
Some asked 2/7, 2017 at 1:17

12

Solved

Is there a command-line based version of svn for Windows? I know I can get TortoiseSVN, but that just doesn't work for me.
Cano asked 26/2, 2010 at 11:16

4

Solved

I'm trying to create a new cluster in Databricks on Azure using databricks-cli. I'm using the following command: databricks clusters create --json '{ "cluster_name": "template2", "spark_version":...

13

System settings: MacOS Catalina 10.15.6 > git --version git version 2.24.3 (Apple Git-128) file: ~/.gitconfig : [user] name = nickname email = [email protected] [includeIf "gitdir:~...
Euler asked 15/11, 2020 at 9:59

© 2022 - 2024 — McMap. All rights reserved.